Color Hex Logo

#a09455 Color Hex

#A09455
(160,148,85)
0 Favorites   0 Comments

Color spaces of #a09455

RGB 16014885
HSL0.140.310.48
HSV50°47°63°
CMYK 0.000.070.47   0.37
XYZ26.726829.309312.8429
Yxy29.30930.38800.4255
Hunter Lab54.1381-6.620023.8316
CIE-Lab61.0536-4.556234.7672

#a09455 color RGB value is (160,148,85).

#a09455 hex color red value is 160, green value is 148 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a09455 hue: 0.14 , saturation: 0.31 and the lightness value of a09455 is 0.48.

The process color (four color CMYK) of #a09455 color hex is 0.00, 0.07, 0.47, 0.37. Web safe color of #a09455 is #999966. Color #a09455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010100 01010101
Octal 240 224 125
Decimal 160 148 85
Hex A0 94 55

RGB Percentages of Color #a09455

%40.71
%37.66
%21.63

CMYK Percentages of Color #a09455

%0
%7
%47
%37

Triadic Colors of #a09455

#a09455 #55a094 #9455a0

Analogous Colors of #a09455

#a09455 #87a055 #a06f55

Monochromatic Colors of #a09455

#a09455

Complementary Color

#a09455 #5561a0

#a09455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09455 Color CSS Codes

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

#a09455 Text Font Color

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

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


#a09455 Background Color

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

This div background color is #a09455


#a09455 Border Color

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

This div border color is #a09455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09455


Comments

No comments written yet.

Please login to write comment.