Color Hex Logo

#af9120 Color Hex

#AF9120
(175,145,32)
0 Favorites   0 Comments

Color spaces of #af9120

RGB 17514532
HSL0.130.690.41
HSV47°82°69°
CMYK 0.000.170.82   0.31
XYZ28.065329.46905.5754
Yxy29.46900.44470.4669
Hunter Lab54.2854-2.715631.9103
CIE-Lab61.19330.221258.8239

#af9120 color RGB value is (175,145,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 00100000
Octal 257 221 40
Decimal 175 145 32
Hex AF 91 20

RGB Percentages of Color #af9120

%49.72
%41.19
%9.09

CMYK Percentages of Color #af9120

%0
%17
%82
%31

Triadic Colors of #af9120

#af9120 #20af91 #9120af

Analogous Colors of #af9120

#af9120 #86af20 #af4a20

Monochromatic Colors of #af9120

#af9120

Complementary Color

#af9120 #203eaf

#af9120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9120 Color CSS Codes

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

#af9120 Text Font Color

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

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


#af9120 Background Color

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

This div background color is #af9120


#af9120 Border Color

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

This div border color is #af9120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9120


Comments

No comments written yet.

Please login to write comment.