Color Hex Logo

#afa22a Color Hex

#AFA22A
(175,162,42)
0 Favorites   0 Comments

Color spaces of #afa22a

RGB 17516242
HSL0.150.610.43
HSV54°76°69°
CMYK 0.000.070.76   0.31
XYZ31.017435.12187.3349
Yxy35.12180.42220.4780
Hunter Lab59.2636-10.288134.1464
CIE-Lab65.8434-8.535159.7311

#afa22a color RGB value is (175,162,42).

#afa22a hex color red value is 175, green value is 162 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #afa22a hue: 0.15 , saturation: 0.61 and the lightness value of afa22a is 0.43.

The process color (four color CMYK) of #afa22a color hex is 0.00, 0.07, 0.76, 0.31. Web safe color of #afa22a is #999933. Color #afa22a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00101010
Octal 257 242 52
Decimal 175 162 42
Hex AF A2 2A

RGB Percentages of Color #afa22a

%46.17
%42.74
%11.08

CMYK Percentages of Color #afa22a

%0
%7
%76
%31

Triadic Colors of #afa22a

#afa22a #2aafa2 #a22aaf

Analogous Colors of #afa22a

#afa22a #7aaf2a #af602a

Monochromatic Colors of #afa22a

#afa22a

Complementary Color

#afa22a #2a37af

#afa22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa22a Color CSS Codes

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

#afa22a Text Font Color

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

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


#afa22a Background Color

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

This div background color is #afa22a


#afa22a Border Color

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

This div border color is #afa22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa22a


Comments

No comments written yet.

Please login to write comment.