Html Css Color HEX #AA9E57 Husk

📋 copy color: '#AA9E57'

red 170 ◦ green 158 ◦ blue 87

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

Shades of Husk #AA9E57

Tints of Husk #AA9E57

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.07%

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

R = 40.96%
G = 38.07%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9E57 (or 0xAA9E57) is known color: Husk. HEX triplet: AA, 9E and 57. RGB value is (170,158,87). Sum of RGB (Red+Green+Blue) = 170+158+87=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E57 is #5561A8. Grayscale: #999999. Windows color (decimal): -5595561 or 5742250. OLE color: 5742250.

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

Color convert

RGB 170 158 87 -
CMYK 0 0.07 0.49 0.33
HSL 51.33º 0.33% 0.5% -
HSV(B) 51.33º 0.49% 0.67% -
XYZ 30.52 33.69 13.91 -
YUV 153.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 170 158 87 0 0.07 0.49 0.33 51.33 0.33 0.5
Hex AA 9E 57 0 7 31 21 33 21 32
Octal 252 236 127 0 7 61 41 63 41 62
Binary 10101010 10011110 1010111 0 111 110001 100001 110011 100001 110010

Color Harmonies of #AA9E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E57

Black with #AA9E57

Text Example


Text Example

White with #AA9E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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