Html Css Color HEX #AA9C55 Husk

📋 copy color: '#AA9C55'

red 170 ◦ green 156 ◦ blue 85

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

Shades of Husk #AA9C55

Tints of Husk #AA9C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.96%

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 41.36%
G = 37.96%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA9C55 (or 0xAA9C55) is known color: Husk. HEX triplet: AA, 9C and 55. RGB value is (170,156,85). Sum of RGB (Red+Green+Blue) = 170+156+85=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C55 is #5563AA. Grayscale: #989898. Windows color (decimal): -5596075 or 5610666. OLE color: 5610666.

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

Color convert

RGB 170 156 85 -
CMYK 0 0.08 0.50 0.33
HSL 50.12º 0.33% 0.5% -
HSV(B) 50.12º 0.5% 0.67% -
XYZ 30.11 32.98 13.37 -
YUV 152.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 170 156 85 0 0.08 0.50 0.33 50.12 0.33 0.5
Hex AA 9C 55 0 8 32 21 32 21 32
Octal 252 234 125 0 10 62 41 62 41 62
Binary 10101010 10011100 1010101 0 1000 110010 100001 110010 100001 110010

Color Harmonies of #AA9C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C55

Black with #AA9C55

Text Example


Text Example

White with #AA9C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C55; }

 p { color: rgb(170,156,85); }

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

background-color css

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

 a { background-color: rgb(170,156,85); }

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

border-color css

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

 span { border-color: rgb(170,156,85); }

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