#A09351

Color #A09351 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #A09351

Tints of Husk #A09351

Color information

#A09351 (or 0xA09351) is unknown color: approx Husk. HEX triplet: A0, 93 and 51. RGB value is (160,147,81). Sum of RGB (Red+Green+Blue) = 160+147+81=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A09351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09351 is #5F6CAE. Grayscale: #8F8F8F. Windows color (decimal): -6253743 or 5346208. OLE color: 5346208.

HSL color Cylindrical-coordinate representation of color #A09351: hue angle of 50.13º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A09351 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB16014781-
CMYK00.080.490.37
HSL50.13º32.78%47.25%-
HSV(B)50.13º49.38%62.75%-
XYZ26.4228.9411.98-
YUV143.3692.81139.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 81 (32.03% from 255) = 20.88%
R=41.24%
G=37.89%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601478100.080.490.3750.1332.7847.25
HexA0935108312532212f
Octal2402231210106145624157
Binary1010000010010011101000101000110001100101110010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09351; }

 p { color: rgb(160,147,81); }

 H1.HeaderClassName
 {
   color: #A09351;
 }
 .AnyTagClassName
 {
   color: #A09351;
 }
</style>
background-color css

<style>
 a { background-color: #A09351; }

 a { background-color: rgb(160,147,81); }

 div.DivClassName
 {
   background-color: #A09351;
 }
 .BgClassName
 {
   background-color: #A09351;
 }
</style>
border-color css

<style>
 span { border-color: #A09351; }

 span { border-color: rgb(160,147,81); }

 td.TdClassName
 {
   border-color: #A09351;
 }
 .TagClassName
 {
   border-color: #A09351;
 }
</style>