Html Css Color HEX #A09559 Husk

📋 copy color: '#A09559'

red 160 ◦ green 149 ◦ blue 89

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

Shades of Husk #A09559

Tints of Husk #A09559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.44%

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

R = 40.2%
G = 37.44%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A09559 (or 0xA09559) is known color: Husk. HEX triplet: A0, 95 and 59. RGB value is (160,149,89). Sum of RGB (Red+Green+Blue) = 160+149+89=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A09559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09559 is #5F6AA6. Grayscale: #919191. Windows color (decimal): -6253223 or 5871008. OLE color: 5871008.

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

Color convert

RGB 160 149 89 -
CMYK 0 0.07 0.44 0.37
HSL 50.7º 0.29% 0.49% -
HSV(B) 50.7º 0.44% 0.63% -
XYZ 27.05 29.69 13.76 -
YUV 145.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 160 149 89 0 0.07 0.44 0.37 50.7 0.29 0.49
Hex A0 95 59 0 7 2C 25 33 1D 31
Octal 240 225 131 0 7 54 45 63 35 61
Binary 10100000 10010101 1011001 0 111 101100 100101 110011 11101 110001

Color Harmonies of #A09559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09559

Black with #A09559

Text Example


Text Example

White with #A09559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09559; }

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

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

background-color css

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

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

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

border-color css

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

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

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