Html Css Color HEX #AA9E58 Husk

📋 copy color: '#AA9E58'

red 170 ◦ green 158 ◦ blue 88

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

Shades of Husk #AA9E58

Tints of Husk #AA9E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.15%

R = 40.87%
G = 37.98%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA9E58 (or 0xAA9E58) is known color: Husk. HEX triplet: AA, 9E and 58. RGB value is (170,158,88). Sum of RGB (Red+Green+Blue) = 170+158+88=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E58 is #5561A7. Grayscale: #999999. Windows color (decimal): -5595560 or 5807786. OLE color: 5807786.

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

Color convert

RGB 170 158 88 -
CMYK 0 0.07 0.48 0.33
HSL 51.22º 0.33% 0.51% -
HSV(B) 51.22º 0.48% 0.67% -
XYZ 30.57 33.7 14.13 -
YUV 153.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 170 158 88 0 0.07 0.48 0.33 51.22 0.33 0.51
Hex AA 9E 58 0 7 30 21 33 21 33
Octal 252 236 130 0 7 60 41 63 41 63
Binary 10101010 10011110 1011000 0 111 110000 100001 110011 100001 110011

Color Harmonies of #AA9E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E58

Black with #AA9E58

Text Example


Text Example

White with #AA9E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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