Html Css Color HEX #AA9F55 Husk

📋 copy color: '#AA9F55'

red 170 ◦ green 159 ◦ blue 85

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

Shades of Husk #AA9F55

Tints of Husk #AA9F55

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.41%

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

R = 41.06%
G = 38.41%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA9F55 (or 0xAA9F55) is known color: Husk. HEX triplet: AA, 9F and 55. RGB value is (170,159,85). Sum of RGB (Red+Green+Blue) = 170+159+85=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F55 is #5560AA. Grayscale: #9A9A9A. Windows color (decimal): -5595307 or 5611434. OLE color: 5611434.

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

Color convert

RGB 170 159 85 -
CMYK 0 0.06 0.50 0.33
HSL 52.24º 0.33% 0.5% -
HSV(B) 52.24º 0.5% 0.67% -
XYZ 30.62 34 13.54 -
YUV 153.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 170 159 85 0 0.06 0.50 0.33 52.24 0.33 0.5
Hex AA 9F 55 0 6 32 21 34 21 32
Octal 252 237 125 0 6 62 41 64 41 62
Binary 10101010 10011111 1010101 0 110 110010 100001 110100 100001 110010

Color Harmonies of #AA9F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F55

Black with #AA9F55

Text Example


Text Example

White with #AA9F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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