Html Css Color HEX #A09A52 Husk

📋 copy color: '#A09A52'

red 160 ◦ green 154 ◦ blue 82

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

Shades of Husk #A09A52

Tints of Husk #A09A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 40.4%
G = 38.89%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09A52 (or 0xA09A52) is known color: Husk. HEX triplet: A0, 9A and 52. RGB value is (160,154,82). Sum of RGB (Red+Green+Blue) = 160+154+82=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A52 is #5F65AD. Grayscale: #939393. Windows color (decimal): -6251950 or 5413536. OLE color: 5413536.

HSL color Cylindrical-coordinate representation of color #A09A52: hue angle of 55.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A09A52 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 154 82 -
CMYK 0 0.04 0.49 0.37
HSL 55.38º 0.32% 0.47% -
HSV(B) 55.38º 0.49% 0.63% -
XYZ 27.58 31.19 12.55 -
YUV 147.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 160 154 82 0 0.04 0.49 0.37 55.38 0.32 0.47
Hex A0 9A 52 0 4 31 25 37 20 2F
Octal 240 232 122 0 4 61 45 67 40 57
Binary 10100000 10011010 1010010 0 100 110001 100101 110111 100000 101111

Color Harmonies of #A09A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A52

Black with #A09A52

Text Example


Text Example

White with #A09A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A52; }

 p { color: rgb(160,154,82); }

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

background-color css

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

 a { background-color: rgb(160,154,82); }

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

border-color css

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

 span { border-color: rgb(160,154,82); }

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