Html Css Color HEX #A09659 Husk

📋 copy color: '#A09659'

red 160 ◦ green 150 ◦ blue 89

#A09659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #A09659

Tints of Husk #A09659

RGB

 RED value IS 160 (62.89% from 255) = 40.1%

 GREEN value IS 150 (58.98% from 255) = 37.59%

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 40.1%
G = 37.59%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A09659 (or 0xA09659) is known color: 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

RGB 160 150 89 -
CMYK 0 0.06 0.44 0.37
HSL 51.55º 0.29% 0.49% -
HSV(B) 51.55º 0.44% 0.63% -
XYZ 27.21 30.01 13.81 -
YUV 146.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 160 150 89 0 0.06 0.44 0.37 51.55 0.29 0.49
Hex A0 96 59 0 6 2C 25 34 1D 31
Octal 240 226 131 0 6 54 45 64 35 61
Binary 10100000 10010110 1011001 0 110 101100 100101 110100 11101 110001

Color Harmonies of #A09659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09659

Black with #A09659

Text Example


Text Example

White with #A09659

Text Example


Text Example

HTML Codes & Css Web 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>