Color Hex Logo

#afa055 Color Hex

#AFA055
(175,160,85)
0 Favorites   0 Comments

Color spaces of #afa055

RGB 17516085
HSL0.140.360.51
HSV50°51°69°
CMYK 0.000.090.51   0.31
XYZ31.889734.911413.6521
Yxy34.91140.39640.4339
Hunter Lab59.0859-7.060627.6608
CIE-Lab65.6796-4.632040.7249

#afa055 color RGB value is (175,160,85).

#afa055 hex color red value is 175, green value is 160 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #afa055 hue: 0.14 , saturation: 0.36 and the lightness value of afa055 is 0.51.

The process color (four color CMYK) of #afa055 color hex is 0.00, 0.09, 0.51, 0.31. Web safe color of #afa055 is #999966. Color #afa055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01010101
Octal 257 240 125
Decimal 175 160 85
Hex AF A0 55

RGB Percentages of Color #afa055

%41.67
%38.10
%20.24

CMYK Percentages of Color #afa055

%0
%9
%51
%31

Triadic Colors of #afa055

#afa055 #55afa0 #a055af

Analogous Colors of #afa055

#afa055 #91af55 #af7355

Monochromatic Colors of #afa055

#afa055

Complementary Color

#afa055 #5564af

#afa055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa055 Color CSS Codes

.mybgcolor {background-color:#afa055; } 
.myforecolor {color:#afa055; }
.mybordercolor {border:3px solid #afa055; }

#afa055 Text Font Color

<p style="color:#afa055">Text here</p>

This sample text font color is #afa055
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa055 Background Color

<div style="background-color:#afa055">
Div content here</div>

This div background color is #afa055


#afa055 Border Color

<div style="border:3px solid #afa055">
Div here</div>

This div border color is #afa055


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,160,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa055; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa055;
  -webkit-box-shadow: 1px 1px 3px 2px #afa055;
  box-shadow:         1px 1px 3px 2px #afa055; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,160,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa055">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa055;
  -webkit-box-shadow: 1px 1px 3px 2px #afa055;
  box-shadow:         1px 1px 3px 2px #afa055;">
Div content here</div>

This div box has shadow with color #afa055


Comments

No comments written yet.

Please login to write comment.