Color Hex Logo

#afa036 Color Hex

#AFA036
(175,160,54)
0 Favorites   0 Comments

Color spaces of #afa036

RGB 17516054
HSL0.150.530.45
HSV53°69°69°
CMYK 0.000.090.69   0.31
XYZ30.915934.52198.5240
Yxy34.52190.41800.4668
Hunter Lab58.7553-8.898732.5272
CIE-Lab65.3747-6.890954.7438

#afa036 color RGB value is (175,160,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00110110
Octal 257 240 66
Decimal 175 160 54
Hex AF A0 36

RGB Percentages of Color #afa036

%44.99
%41.13
%13.88

CMYK Percentages of Color #afa036

%0
%9
%69
%31

Triadic Colors of #afa036

#afa036 #36afa0 #a036af

Analogous Colors of #afa036

#afa036 #82af36 #af6436

Monochromatic Colors of #afa036

#afa036

Complementary Color

#afa036 #3645af

#afa036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa036 Color CSS Codes

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

#afa036 Text Font Color

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

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


#afa036 Background Color

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

This div background color is #afa036


#afa036 Border Color

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

This div border color is #afa036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa036


Comments

No comments written yet.

Please login to write comment.