Color Hex Logo

#a09833 Color Hex

#A09833
(160,152,51)
0 Favorites   0 Comments

Color spaces of #a09833

RGB 16015251
HSL0.150.520.41
HSV56°68°63°
CMYK 0.000.050.68   0.37
XYZ26.323030.16917.5678
Yxy30.16910.41090.4710
Hunter Lab54.9264-10.576630.2795
CIE-Lab61.7999-9.430751.9071

#a09833 color RGB value is (160,152,51).

#a09833 hex color red value is 160, green value is 152 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a09833 hue: 0.15 , saturation: 0.52 and the lightness value of a09833 is 0.41.

The process color (four color CMYK) of #a09833 color hex is 0.00, 0.05, 0.68, 0.37. Web safe color of #a09833 is #999933. Color #a09833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 00110011
Octal 240 230 63
Decimal 160 152 51
Hex A0 98 33

RGB Percentages of Color #a09833

%44.08
%41.87
%14.05

CMYK Percentages of Color #a09833

%0
%5
%68
%37

Triadic Colors of #a09833

#a09833 #33a098 #9833a0

Analogous Colors of #a09833

#a09833 #72a033 #a06133

Monochromatic Colors of #a09833

#a09833

Complementary Color

#a09833 #333ba0

#a09833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09833 Color CSS Codes

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

#a09833 Text Font Color

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

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


#a09833 Background Color

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

This div background color is #a09833


#a09833 Border Color

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

This div border color is #a09833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09833


Comments

No comments written yet.

Please login to write comment.