Html Css Color HEX #A09859 Husk

📋 copy color: '#A09859'

red 160 ◦ green 152 ◦ blue 89

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

Shades of Husk #A09859

Tints of Husk #A09859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

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

R = 39.9%
G = 37.91%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A09859 (or 0xA09859) is known color: Husk. HEX triplet: A0, 98 and 59. RGB value is (160,152,89). Sum of RGB (Red+Green+Blue) = 160+152+89=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A09859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09859 is #5F67A6. Grayscale: #939393. Windows color (decimal): -6252455 or 5871776. OLE color: 5871776.

HSL color Cylindrical-coordinate representation of color #A09859: hue angle of 53.24º 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 #A09859 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 152 89 -
CMYK 0 0.05 0.44 0.37
HSL 53.24º 0.29% 0.49% -
HSV(B) 53.24º 0.44% 0.63% -
XYZ 27.53 30.65 13.92 -
YUV 147.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 160 152 89 0 0.05 0.44 0.37 53.24 0.29 0.49
Hex A0 98 59 0 5 2C 25 35 1D 31
Octal 240 230 131 0 5 54 45 65 35 61
Binary 10100000 10011000 1011001 0 101 101100 100101 110101 11101 110001

Color Harmonies of #A09859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09859

Black with #A09859

Text Example


Text Example

White with #A09859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09859; }

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

 H1.HeaderClassName
 {
   color: #A09859;
 }
 .AnyTagClassName
 {
   color: #A09859;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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