Html Css Color HEX #A09456 Husk

📋 copy color: '#A09456'

red 160 ◦ green 148 ◦ blue 86

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

Shades of Husk #A09456

Tints of Husk #A09456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 40.61%
G = 37.56%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A09456 (or 0xA09456) is known color: Husk. HEX triplet: A0, 94 and 56. RGB value is (160,148,86). Sum of RGB (Red+Green+Blue) = 160+148+86=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A09456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09456 is #5F6BA9. Grayscale: #909090. Windows color (decimal): -6253482 or 5674144. OLE color: 5674144.

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

Color convert

RGB 160 148 86 -
CMYK 0 0.07 0.46 0.37
HSL 50.27º 0.3% 0.48% -
HSV(B) 50.27º 0.46% 0.63% -
XYZ 26.77 29.33 13.05 -
YUV 144.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 160 148 86 0 0.07 0.46 0.37 50.27 0.3 0.48
Hex A0 94 56 0 7 2E 25 32 1E 30
Octal 240 224 126 0 7 56 45 62 36 60
Binary 10100000 10010100 1010110 0 111 101110 100101 110010 11110 110000

Color Harmonies of #A09456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09456

Black with #A09456

Text Example


Text Example

White with #A09456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09456; }

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

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

background-color css

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

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

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

border-color css

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

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

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