#AA9B5C

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

Shades of Husk #AA9B5C

Tints of Husk #AA9B5C

Color information

#AA9B5C (or 0xAA9B5C) is unknown color: approx Husk. HEX triplet: AA, 9B and 5C. RGB value is (170,155,92). Sum of RGB (Red+Green+Blue) = 170+155+92=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B5C is #5564A3. Grayscale: #989898. Windows color (decimal): -5596324 or 6069162. OLE color: 6069162.

HSL color Cylindrical-coordinate representation of color #AA9B5C: hue angle of 48.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA9B5C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17015592-
CMYK00.090.460.33
HSL48.46º31.45%51.37%-
HSV(B)48.46º45.88%66.67%-
XYZ30.2332.7614.86-
YUV152.393.97140.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=40.77%
G=37.17%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701559200.090.460.3348.4631.4551.37
HexAA9B5C092E21301f33
Octal2522331340115641603763
Binary101010101001101110111000100110111010000111000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B5C; }

 p { color: rgb(170,155,92); }

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

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

 a { background-color: rgb(170,155,92); }

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

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

 span { border-color: rgb(170,155,92); }

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