Color Hex Logo

#afa962 Color Hex

#AFA962
(175,169,98)
0 Favorites   0 Comments

Color spaces of #afa962

RGB 17516998
HSL0.150.320.54
HSV55°44°69°
CMYK 0.000.030.44   0.31
XYZ34.071838.371717.1660
Yxy38.37170.38020.4282
Hunter Lab61.9449-10.222526.9311
CIE-Lab68.2937-8.149037.2902

#afa962 color RGB value is (175,169,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01100010
Octal 257 251 142
Decimal 175 169 98
Hex AF A9 62

RGB Percentages of Color #afa962

%39.59
%38.24
%22.17

CMYK Percentages of Color #afa962

%0
%3
%44
%31

Triadic Colors of #afa962

#afa962 #62afa9 #a962af

Analogous Colors of #afa962

#afa962 #8faf62 #af8362

Monochromatic Colors of #afa962

#afa962

Complementary Color

#afa962 #6268af

#afa962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa962 Color CSS Codes

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

#afa962 Text Font Color

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

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


#afa962 Background Color

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

This div background color is #afa962


#afa962 Border Color

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

This div border color is #afa962


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,169,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 #afa962">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa962


Comments

No comments written yet.

Please login to write comment.