Html Css Color HEX #AA9A54 Husk

📋 copy color: '#AA9A54'

red 170 ◦ green 154 ◦ blue 84

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

Shades of Husk #AA9A54

Tints of Husk #AA9A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 41.67%
G = 37.75%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA9A54 (or 0xAA9A54) is known color: Husk. HEX triplet: AA, 9A and 54. RGB value is (170,154,84). Sum of RGB (Red+Green+Blue) = 170+154+84=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A54 is #5565AB. Grayscale: #979797. Windows color (decimal): -5596588 or 5544618. OLE color: 5544618.

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

Color convert

RGB 170 154 84 -
CMYK 0 0.09 0.51 0.33
HSL 48.84º 0.34% 0.5% -
HSV(B) 48.84º 0.51% 0.67% -
XYZ 29.73 32.3 13.05 -
YUV 150.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 170 154 84 0 0.09 0.51 0.33 48.84 0.34 0.5
Hex AA 9A 54 0 9 33 21 31 22 32
Octal 252 232 124 0 11 63 41 61 42 62
Binary 10101010 10011010 1010100 0 1001 110011 100001 110001 100010 110010

Color Harmonies of #AA9A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A54

Black with #AA9A54

Text Example


Text Example

White with #AA9A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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