Html Css Color HEX #AA9D54 Husk

📋 copy color: '#AA9D54'

red 170 ◦ green 157 ◦ blue 84

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

Shades of Husk #AA9D54

Tints of Husk #AA9D54

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

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

R = 41.36%
G = 38.2%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA9D54 (or 0xAA9D54) is known color: Husk. HEX triplet: AA, 9D and 54. RGB value is (170,157,84). Sum of RGB (Red+Green+Blue) = 170+157+84=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D54 is #5562AB. Grayscale: #989898. Windows color (decimal): -5595820 or 5545386. OLE color: 5545386.

HSL color Cylindrical-coordinate representation of color #AA9D54: hue angle of 50.93º 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 #AA9D54 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 157 84 -
CMYK 0 0.08 0.51 0.33
HSL 50.93º 0.34% 0.5% -
HSV(B) 50.93º 0.51% 0.67% -
XYZ 30.23 33.3 13.22 -
YUV 152.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 170 157 84 0 0.08 0.51 0.33 50.93 0.34 0.5
Hex AA 9D 54 0 8 33 21 33 22 32
Octal 252 235 124 0 10 63 41 63 42 62
Binary 10101010 10011101 1010100 0 1000 110011 100001 110011 100010 110010

Color Harmonies of #AA9D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D54

Black with #AA9D54

Text Example


Text Example

White with #AA9D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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