Color Hex Logo

#afa992 Color Hex

#AFA992
(175,169,146)
0 Favorites   0 Comments

Color spaces of #afa992

RGB 175169146
HSL0.130.150.63
HSV48°17°69°
CMYK 0.000.030.17   0.31
XYZ37.055539.565232.8779
Yxy39.56520.33840.3613
Hunter Lab62.9009-4.920513.0401
CIE-Lab69.1587-1.798412.6484

#afa992 color RGB value is (175,169,146).

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

The process color (four color CMYK) of #afa992 color hex is 0.00, 0.03, 0.17, 0.31. Web safe color of #afa992 is #999999. Color #afa992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 10010010
Octal 257 251 222
Decimal 175 169 146
Hex AF A9 92

RGB Percentages of Color #afa992

%35.71
%34.49
%29.80

CMYK Percentages of Color #afa992

%0
%3
%17
%31

Triadic Colors of #afa992

#afa992 #92afa9 #a992af

Analogous Colors of #afa992

#afa992 #a7af92 #af9b92

Monochromatic Colors of #afa992

#afa992

Complementary Color

#afa992 #9298af

#afa992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa992 Color CSS Codes

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

#afa992 Text Font Color

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

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


#afa992 Background Color

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

This div background color is #afa992


#afa992 Border Color

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

This div border color is #afa992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa992


Comments

No comments written yet.

Please login to write comment.