#A09356

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

Shades of Husk #A09356

Tints of Husk #A09356

Color information

#A09356 (or 0xA09356) is unknown color: approx Husk. HEX triplet: A0, 93 and 56. RGB value is (160,147,86). Sum of RGB (Red+Green+Blue) = 160+147+86=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A09356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09356 is #5F6CA9. Grayscale: #909090. Windows color (decimal): -6253738 or 5673888. OLE color: 5673888.

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

Color convert

RGB16014786-
CMYK00.080.460.37
HSL49.46º30.08%48.24%-
HSV(B)49.46º46.25%62.75%-
XYZ26.6129.0113-
YUV143.9395.31139.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=40.71%
G=37.40%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601478600.080.460.3749.4630.0848.24
HexA09356082E25311e30
Octal2402231260105645613660
Binary101000001001001110101100100010111010010111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09356; }

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

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

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

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

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

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

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

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