Html Css Color HEX #AAA059 Husk

📋 copy color: '#AAA059'

red 170 ◦ green 160 ◦ blue 89

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

Shades of Husk #AAA059

Tints of Husk #AAA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

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

R = 40.57%
G = 38.19%
B = 21.24%

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

#AAA059 (or 0xAAA059) is known color: Husk. HEX triplet: AA, A0 and 59. RGB value is (170,160,89). Sum of RGB (Red+Green+Blue) = 170+160+89=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA059 is #555FA6. Grayscale: #9B9B9B. Windows color (decimal): -5595047 or 5873834. OLE color: 5873834.

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

Color convert

RGB 170 160 89 -
CMYK 0 0.06 0.48 0.33
HSL 52.59º 0.32% 0.51% -
HSV(B) 52.59º 0.48% 0.67% -
XYZ 30.95 34.41 14.46 -
YUV 154.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 170 160 89 0 0.06 0.48 0.33 52.59 0.32 0.51
Hex AA A0 59 0 6 30 21 35 20 33
Octal 252 240 131 0 6 60 41 65 40 63
Binary 10101010 10100000 1011001 0 110 110000 100001 110101 100000 110011

Color Harmonies of #AAA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA059

Black with #AAA059

Text Example


Text Example

White with #AAA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA059; }

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

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

background-color css

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

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

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

border-color css

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

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

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