#AA9C45

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

Shades of Husk #AA9C45

Tints of Husk #AA9C45

Color information

#AA9C45 (or 0xAA9C45) is unknown color: approx Husk. HEX triplet: AA, 9C and 45. RGB value is (170,156,69). Sum of RGB (Red+Green+Blue) = 170+156+69=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C45 is #5563BA. Grayscale: #969696. Windows color (decimal): -5596091 or 4562090. OLE color: 4562090.

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

Color convert

RGB17015669-
CMYK00.080.590.33
HSL51.68º42.26%46.86%-
HSV(B)51.68º59.41%66.67%-
XYZ29.5432.7510.4-
YUV150.2782.14142.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=43.04%
G=39.49%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701566900.080.590.3351.6842.2646.86
HexAA9C45083B21342a2f
Octal2522341050107341645257
Binary1010101010011100100010101000111011100001110100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C45; }

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

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

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

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

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

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

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

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