#A09659

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

Shades of Husk #A09659

Tints of Husk #A09659

Color information

#A09659 (or 0xA09659) is unknown color: approx Husk. HEX triplet: A0, 96 and 59. RGB value is (160,150,89). Sum of RGB (Red+Green+Blue) = 160+150+89=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A09659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09659 is #5F69A6. Grayscale: #929292. Windows color (decimal): -6252967 or 5871264. OLE color: 5871264.

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

Color convert

RGB16015089-
CMYK00.060.440.37
HSL51.55º28.51%48.82%-
HSV(B)51.55º44.37%62.75%-
XYZ27.2130.0113.81-
YUV146.0495.81137.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=40.10%
G=37.59%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601508900.060.440.3751.5528.5148.82
HexA09659062C25341d31
Octal240226131065445643561
Binary10100000100101101011001011010110010010111010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09659; }

 p { color: rgb(160,150,89); }

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

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

 a { background-color: rgb(160,150,89); }

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

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

 span { border-color: rgb(160,150,89); }

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