Color Hex Logo

#af9224 Color Hex

#AF9224
(175,146,36)
0 Favorites   0 Comments

Color spaces of #af9224

RGB 17514636
HSL0.130.660.41
HSV47°79°69°
CMYK 0.000.170.79   0.31
XYZ28.276529.79915.9305
Yxy29.79910.44180.4656
Hunter Lab54.5886-3.068231.7707
CIE-Lab61.4805-0.183557.7746

#af9224 color RGB value is (175,146,36).

#af9224 hex color red value is 175, green value is 146 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #af9224 hue: 0.13 , saturation: 0.66 and the lightness value of af9224 is 0.41.

The process color (four color CMYK) of #af9224 color hex is 0.00, 0.17, 0.79, 0.31. Web safe color of #af9224 is #999933. Color #af9224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010010 00100100
Octal 257 222 44
Decimal 175 146 36
Hex AF 92 24

RGB Percentages of Color #af9224

%49.02
%40.90
%10.08

CMYK Percentages of Color #af9224

%0
%17
%79
%31

Triadic Colors of #af9224

#af9224 #24af92 #9224af

Analogous Colors of #af9224

#af9224 #87af24 #af4d24

Monochromatic Colors of #af9224

#af9224

Complementary Color

#af9224 #2441af

#af9224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9224 Color CSS Codes

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

#af9224 Text Font Color

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

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


#af9224 Background Color

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

This div background color is #af9224


#af9224 Border Color

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

This div border color is #af9224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9224


Comments

No comments written yet.

Please login to write comment.