Html Css Color HEX #AA9F59 Husk

📋 copy color: '#AA9F59'

red 170 ◦ green 159 ◦ blue 89

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

Shades of Husk #AA9F59

Tints of Husk #AA9F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.29%

R = 40.67%
G = 38.04%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA9F59 (or 0xAA9F59) is known color: Husk. HEX triplet: AA, 9F and 59. RGB value is (170,159,89). Sum of RGB (Red+Green+Blue) = 170+159+89=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F59 is #5560A6. Grayscale: #9A9A9A. Windows color (decimal): -5595303 or 5873578. OLE color: 5873578.

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

Color convert

RGB 170 159 89 -
CMYK 0 0.06 0.48 0.33
HSL 51.85º 0.32% 0.51% -
HSV(B) 51.85º 0.48% 0.67% -
XYZ 30.78 34.06 14.4 -
YUV 154.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 170 159 89 0 0.06 0.48 0.33 51.85 0.32 0.51
Hex AA 9F 59 0 6 30 21 34 20 33
Octal 252 237 131 0 6 60 41 64 40 63
Binary 10101010 10011111 1011001 0 110 110000 100001 110100 100000 110011

Color Harmonies of #AA9F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F59

Black with #AA9F59

Text Example


Text Example

White with #AA9F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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