Html Css Color HEX #AA9E50 Husk

📋 copy color: '#AA9E50'

red 170 ◦ green 158 ◦ blue 80

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

Shades of Husk #AA9E50

Tints of Husk #AA9E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 41.67%
G = 38.73%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA9E50 (or 0xAA9E50) is known color: Husk. HEX triplet: AA, 9E and 50. RGB value is (170,158,80). Sum of RGB (Red+Green+Blue) = 170+158+80=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E50 is #5561AF. Grayscale: #999999. Windows color (decimal): -5595568 or 5283498. OLE color: 5283498.

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

Color convert

RGB 170 158 80 -
CMYK 0 0.07 0.53 0.33
HSL 52º 0.36% 0.49% -
HSV(B) 52º 0.53% 0.67% -
XYZ 30.25 33.58 12.48 -
YUV 152.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 170 158 80 0 0.07 0.53 0.33 52 0.36 0.49
Hex AA 9E 50 0 7 35 21 34 24 31
Octal 252 236 120 0 7 65 41 64 44 61
Binary 10101010 10011110 1010000 0 111 110101 100001 110100 100100 110001

Color Harmonies of #AA9E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E50

Black with #AA9E50

Text Example


Text Example

White with #AA9E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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