#AA9C48

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

Shades of Husk #AA9C48

Tints of Husk #AA9C48

Color information

#AA9C48 (or 0xAA9C48) is unknown color: approx Husk. HEX triplet: AA, 9C and 48. RGB value is (170,156,72). Sum of RGB (Red+Green+Blue) = 170+156+72=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C48 is #5563B7. Grayscale: #969696. Windows color (decimal): -5596088 or 4758698. OLE color: 4758698.

HSL color Cylindrical-coordinate representation of color #AA9C48: hue angle of 51.43º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA9C48 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17015672-
CMYK00.080.580.33
HSL51.43º40.5%47.45%-
HSV(B)51.43º57.65%66.67%-
XYZ29.6432.7910.9-
YUV150.6183.64141.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 156 (61.33% from 255) = 39.20%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=42.71%
G=39.20%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701567200.080.580.3351.4340.547.45
HexAA9C48083A2133282f
Octal2522341100107241635057
Binary1010101010011100100100001000111010100001110011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C48; }

 p { color: rgb(170,156,72); }

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

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

 a { background-color: rgb(170,156,72); }

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

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

 span { border-color: rgb(170,156,72); }

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