Color Hex Logo

#a09b5a Color Hex

#A09B5A
(160,155,90)
0 Favorites   0 Comments

Color spaces of #a09b5a

RGB 16015590
HSL0.150.280.49
HSV56°44°63°
CMYK 0.000.030.44   0.37
XYZ28.064031.654514.3036
Yxy31.65450.37910.4276
Hunter Lab56.2623-9.422224.3103
CIE-Lab63.0563-7.814034.6342

#a09b5a color RGB value is (160,155,90).

#a09b5a hex color red value is 160, green value is 155 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a09b5a hue: 0.15 , saturation: 0.28 and the lightness value of a09b5a is 0.49.

The process color (four color CMYK) of #a09b5a color hex is 0.00, 0.03, 0.44, 0.37. Web safe color of #a09b5a is #999966. Color #a09b5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011011 01011010
Octal 240 233 132
Decimal 160 155 90
Hex A0 9B 5A

RGB Percentages of Color #a09b5a

%39.51
%38.27
%22.22

CMYK Percentages of Color #a09b5a

%0
%3
%44
%37

Triadic Colors of #a09b5a

#a09b5a #5aa09b #9b5aa0

Analogous Colors of #a09b5a

#a09b5a #82a05a #a0785a

Monochromatic Colors of #a09b5a

#a09b5a

Complementary Color

#a09b5a #5a5fa0

#a09b5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09b5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09b5a Color CSS Codes

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

#a09b5a Text Font Color

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

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


#a09b5a Background Color

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

This div background color is #a09b5a


#a09b5a Border Color

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

This div border color is #a09b5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09b5a


Comments

No comments written yet.

Please login to write comment.