Color Hex Logo

#afa062 Color Hex

#AFA062
(175,160,98)
0 Favorites   0 Comments

Color spaces of #afa062

RGB 17516098
HSL0.130.320.54
HSV48°44°69°
CMYK 0.000.090.44   0.31
XYZ32.454635.137416.6269
Yxy35.13740.38540.4172
Hunter Lab59.2768-6.004024.8632
CIE-Lab65.8555-3.350634.2295

#afa062 color RGB value is (175,160,98).

#afa062 hex color red value is 175, green value is 160 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #afa062 hue: 0.13 , saturation: 0.32 and the lightness value of afa062 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01100010
Octal 257 240 142
Decimal 175 160 98
Hex AF A0 62

RGB Percentages of Color #afa062

%40.42
%36.95
%22.63

CMYK Percentages of Color #afa062

%0
%9
%44
%31

Triadic Colors of #afa062

#afa062 #62afa0 #a062af

Analogous Colors of #afa062

#afa062 #98af62 #af7a62

Monochromatic Colors of #afa062

#afa062

Complementary Color

#afa062 #6271af

#afa062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa062 Color CSS Codes

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

#afa062 Text Font Color

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

This sample text font color is #afa062
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.


#afa062 Background Color

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

This div background color is #afa062


#afa062 Border Color

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

This div border color is #afa062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa062


Comments

No comments written yet.

Please login to write comment.