Html Css Color HEX #A09956 Husk

📋 copy color: '#A09956'

red 160 ◦ green 153 ◦ blue 86

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

Shades of Husk #A09956

Tints of Husk #A09956

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 40.1%
G = 38.35%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A09956 (or 0xA09956) is known color: Husk. HEX triplet: A0, 99 and 56. RGB value is (160,153,86). Sum of RGB (Red+Green+Blue) = 160+153+86=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A09956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09956 is #5F66A9. Grayscale: #939393. Windows color (decimal): -6252202 or 5675424. OLE color: 5675424.

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

Color convert

RGB 160 153 86 -
CMYK 0 0.04 0.46 0.37
HSL 54.32º 0.3% 0.48% -
HSV(B) 54.32º 0.46% 0.63% -
XYZ 27.57 30.93 13.32 -
YUV 147.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 160 153 86 0 0.04 0.46 0.37 54.32 0.3 0.48
Hex A0 99 56 0 4 2E 25 36 1E 30
Octal 240 231 126 0 4 56 45 66 36 60
Binary 10100000 10011001 1010110 0 100 101110 100101 110110 11110 110000

Color Harmonies of #A09956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09956

Black with #A09956

Text Example


Text Example

White with #A09956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09956; }

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

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

background-color css

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

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

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

border-color css

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

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

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