Color Hex Logo

#a09d21 Color Hex

#A09D21
(160,157,33)
0 Favorites   0 Comments

Color spaces of #a09d21

RGB 16015733
HSL0.160.660.38
HSV59°79°63°
CMYK 0.000.020.79   0.37
XYZ26.828731.69736.1430
Yxy31.69730.41490.4901
Hunter Lab56.3004-13.465432.9410
CIE-Lab63.0919-12.926159.6580

#a09d21 color RGB value is (160,157,33).

#a09d21 hex color red value is 160, green value is 157 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a09d21 hue: 0.16 , saturation: 0.66 and the lightness value of a09d21 is 0.38.

The process color (four color CMYK) of #a09d21 color hex is 0.00, 0.02, 0.79, 0.37. Web safe color of #a09d21 is #999933. Color #a09d21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011101 00100001
Octal 240 235 41
Decimal 160 157 33
Hex A0 9D 21

RGB Percentages of Color #a09d21

%45.71
%44.86
%9.43

CMYK Percentages of Color #a09d21

%0
%2
%79
%37

Triadic Colors of #a09d21

#a09d21 #21a09d #9d21a0

Analogous Colors of #a09d21

#a09d21 #64a021 #a05e21

Monochromatic Colors of #a09d21

#a09d21

Complementary Color

#a09d21 #2124a0

#a09d21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09d21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09d21 Color CSS Codes

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

#a09d21 Text Font Color

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

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


#a09d21 Background Color

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

This div background color is #a09d21


#a09d21 Border Color

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

This div border color is #a09d21


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,157,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09d21


Comments

No comments written yet.

Please login to write comment.