Color Hex Logo

#afa136 Color Hex

#AFA136
(175,161,54)
0 Favorites   0 Comments

Color spaces of #afa136

RGB 17516154
HSL0.150.530.45
HSV53°69°69°
CMYK 0.000.080.69   0.31
XYZ31.089934.87008.5820
Yxy34.87000.41710.4678
Hunter Lab59.0508-9.359832.7188
CIE-Lab65.6473-7.422055.0202

#afa136 color RGB value is (175,161,54).

#afa136 hex color red value is 175, green value is 161 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #afa136 hue: 0.15 , saturation: 0.53 and the lightness value of afa136 is 0.45.

The process color (four color CMYK) of #afa136 color hex is 0.00, 0.08, 0.69, 0.31. Web safe color of #afa136 is #999933. Color #afa136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00110110
Octal 257 241 66
Decimal 175 161 54
Hex AF A1 36

RGB Percentages of Color #afa136

%44.87
%41.28
%13.85

CMYK Percentages of Color #afa136

%0
%8
%69
%31

Triadic Colors of #afa136

#afa136 #36afa1 #a136af

Analogous Colors of #afa136

#afa136 #81af36 #af6536

Monochromatic Colors of #afa136

#afa136

Complementary Color

#afa136 #3644af

#afa136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa136 Color CSS Codes

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

#afa136 Text Font Color

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

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


#afa136 Background Color

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

This div background color is #afa136


#afa136 Border Color

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

This div border color is #afa136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa136


Comments

No comments written yet.

Please login to write comment.