Color Hex Logo

#afa36b Color Hex

#AFA36B
(175,163,107)
0 Favorites   0 Comments

Color spaces of #afa36b

RGB 175163107
HSL0.140.300.55
HSV49°39°69°
CMYK 0.000.070.39   0.31
XYZ33.430236.369919.1680
Yxy36.36990.37580.4088
Hunter Lab60.3075-6.590323.3706
CIE-Lab66.8016-3.961330.6708

#afa36b color RGB value is (175,163,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 01101011
Octal 257 243 153
Decimal 175 163 107
Hex AF A3 6B

RGB Percentages of Color #afa36b

%39.33
%36.63
%24.04

CMYK Percentages of Color #afa36b

%0
%7
%39
%31

Triadic Colors of #afa36b

#afa36b #6bafa3 #a36baf

Analogous Colors of #afa36b

#afa36b #99af6b #af816b

Monochromatic Colors of #afa36b

#afa36b

Complementary Color

#afa36b #6b77af

#afa36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa36b Color CSS Codes

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

#afa36b Text Font Color

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

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


#afa36b Background Color

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

This div background color is #afa36b


#afa36b Border Color

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

This div border color is #afa36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa36b


Comments

No comments written yet.

Please login to write comment.