Html Css Color HEX #AA9A49 Husk

📋 copy color: '#AA9A49'

red 170 ◦ green 154 ◦ blue 73

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

Shades of Husk #AA9A49

Tints of Husk #AA9A49

RGB

 RED value IS 170 (66.8% from 255) = 42.82%

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

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 42.82%
G = 38.79%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA9A49 (or 0xAA9A49) is known color: Husk. HEX triplet: AA, 9A and 49. RGB value is (170,154,73). Sum of RGB (Red+Green+Blue) = 170+154+73=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A49 is #5565B6. Grayscale: #959595. Windows color (decimal): -5596599 or 4823722. OLE color: 4823722.

HSL color Cylindrical-coordinate representation of color #AA9A49: hue angle of 50.1º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA9A49 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 154 73 -
CMYK 0 0.09 0.57 0.33
HSL 50.1º 0.4% 0.48% -
HSV(B) 50.1º 0.57% 0.67% -
XYZ 29.34 32.14 10.96 -
YUV 149.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 170 154 73 0 0.09 0.57 0.33 50.1 0.4 0.48
Hex AA 9A 49 0 9 39 21 32 28 30
Octal 252 232 111 0 11 71 41 62 50 60
Binary 10101010 10011010 1001001 0 1001 111001 100001 110010 101000 110000

Color Harmonies of #AA9A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A49

Black with #AA9A49

Text Example


Text Example

White with #AA9A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A49; }

 p { color: rgb(170,154,73); }

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

background-color css

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

 a { background-color: rgb(170,154,73); }

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

border-color css

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

 span { border-color: rgb(170,154,73); }

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