#AA9D50

Color #AA9D50 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AA9D50

Tints of Husk #AA9D50

Color information

#AA9D50 (or 0xAA9D50) is unknown color: approx Husk. HEX triplet: AA, 9D and 50. RGB value is (170,157,80). Sum of RGB (Red+Green+Blue) = 170+157+80=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D50 is #5562AF. Grayscale: #989898. Windows color (decimal): -5595824 or 5283242. OLE color: 5283242.

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

Color convert

RGB17015780-
CMYK00.080.530.33
HSL51.33º36%49.02%-
HSV(B)51.33º52.94%66.67%-
XYZ30.0833.2412.42-
YUV152.1187.31140.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=41.77%
G=38.57%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701578000.080.530.3351.333649.02
HexAA9D50083521332431
Octal2522351200106541634461
Binary1010101010011101101000001000110101100001110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D50; }

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

 H1.HeaderClassName
 {
   color: #AA9D50;
 }
 .AnyTagClassName
 {
   color: #AA9D50;
 }
</style>
background-color css

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

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

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

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

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

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