Color Hex Logo

#afa06b Color Hex

#AFA06B
(175,160,107)
0 Favorites   0 Comments

Color spaces of #afa06b

RGB 175160107
HSL0.130.300.55
HSV47°39°69°
CMYK 0.000.090.39   0.31
XYZ32.903835.317118.9926
Yxy35.31710.37730.4049
Hunter Lab59.4282-5.168722.6513
CIE-Lab65.9948-2.346029.6228

#afa06b color RGB value is (175,160,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01101011
Octal 257 240 153
Decimal 175 160 107
Hex AF A0 6B

RGB Percentages of Color #afa06b

%39.59
%36.20
%24.21

CMYK Percentages of Color #afa06b

%0
%9
%39
%31

Triadic Colors of #afa06b

#afa06b #6bafa0 #a06baf

Analogous Colors of #afa06b

#afa06b #9caf6b #af7e6b

Monochromatic Colors of #afa06b

#afa06b

Complementary Color

#afa06b #6b7aaf

#afa06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa06b Color CSS Codes

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

#afa06b Text Font Color

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

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


#afa06b Background Color

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

This div background color is #afa06b


#afa06b Border Color

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

This div border color is #afa06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa06b


Comments

No comments written yet.

Please login to write comment.