Html Css Color HEX #AA9557 Husk

📋 copy color: '#AA9557'

red 170 ◦ green 149 ◦ blue 87

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

Shades of Husk #AA9557

Tints of Husk #AA9557

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

 BLUE value IS 87 (34.38% from 255) = 21.43%

R = 41.87%
G = 36.7%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9557 (or 0xAA9557) is known color: Husk. HEX triplet: AA, 95 and 57. RGB value is (170,149,87). Sum of RGB (Red+Green+Blue) = 170+149+87=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9557 is #556AA8. Grayscale: #949494. Windows color (decimal): -5597865 or 5739946. OLE color: 5739946.

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

Color convert

RGB 170 149 87 -
CMYK 0 0.12 0.49 0.33
HSL 44.82º 0.33% 0.5% -
HSV(B) 44.82º 0.49% 0.67% -
XYZ 29.05 30.73 13.42 -
YUV 148.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 170 149 87 0 0.12 0.49 0.33 44.82 0.33 0.5
Hex AA 95 57 0 C 31 21 2D 21 32
Octal 252 225 127 0 14 61 41 55 41 62
Binary 10101010 10010101 1010111 0 1100 110001 100001 101101 100001 110010

Color Harmonies of #AA9557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9557

Black with #AA9557

Text Example


Text Example

White with #AA9557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9557; }

 p { color: rgb(170,149,87); }

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

background-color css

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

 a { background-color: rgb(170,149,87); }

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

border-color css

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

 span { border-color: rgb(170,149,87); }

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