Color Hex Logo

#afaa92 Color Hex

#AFAA92
(175,170,146)
0 Favorites   0 Comments

Color spaces of #afaa92

RGB 175170146
HSL0.140.150.63
HSV50°17°69°
CMYK 0.000.030.17   0.31
XYZ37.242239.938732.9402
Yxy39.93870.33820.3627
Hunter Lab63.1971-5.404413.3342
CIE-Lab69.4258-2.337413.0243

#afaa92 color RGB value is (175,170,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 10010010
Octal 257 252 222
Decimal 175 170 146
Hex AF AA 92

RGB Percentages of Color #afaa92

%35.64
%34.62
%29.74

CMYK Percentages of Color #afaa92

%0
%3
%17
%31

Triadic Colors of #afaa92

#afaa92 #92afaa #aa92af

Analogous Colors of #afaa92

#afaa92 #a6af92 #af9c92

Monochromatic Colors of #afaa92

#afaa92

Complementary Color

#afaa92 #9297af

#afaa92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa92 Color CSS Codes

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

#afaa92 Text Font Color

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

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


#afaa92 Background Color

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

This div background color is #afaa92


#afaa92 Border Color

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

This div border color is #afaa92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa92


Comments

No comments written yet.

Please login to write comment.