Color Hex Logo

#afaa6b Color Hex

#AFAA6B
(175,170,107)
0 Favorites   0 Comments

Color spaces of #afaa6b

RGB 175170107
HSL0.150.300.55
HSV56°39°69°
CMYK 0.000.030.39   0.31
XYZ34.707838.924919.5939
Yxy38.92490.37230.4175
Hunter Lab62.3898-9.881725.0525
CIE-Lab68.6968-7.690433.1144

#afaa6b color RGB value is (175,170,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01101011
Octal 257 252 153
Decimal 175 170 107
Hex AF AA 6B

RGB Percentages of Color #afaa6b

%38.72
%37.61
%23.67

CMYK Percentages of Color #afaa6b

%0
%3
%39
%31

Triadic Colors of #afaa6b

#afaa6b #6bafaa #aa6baf

Analogous Colors of #afaa6b

#afaa6b #92af6b #af886b

Monochromatic Colors of #afaa6b

#afaa6b

Complementary Color

#afaa6b #6b70af

#afaa6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa6b Color CSS Codes

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

#afaa6b Text Font Color

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

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


#afaa6b Background Color

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

This div background color is #afaa6b


#afaa6b Border Color

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

This div border color is #afaa6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa6b


Comments

No comments written yet.

Please login to write comment.