#AA9B5B

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

Shades of Husk #AA9B5B

Tints of Husk #AA9B5B

Color information

#AA9B5B (or 0xAA9B5B) is unknown color: approx Husk. HEX triplet: AA, 9B and 5B. RGB value is (170,155,91). Sum of RGB (Red+Green+Blue) = 170+155+91=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B5B is #5564A4. Grayscale: #989898. Windows color (decimal): -5596325 or 6003626. OLE color: 6003626.

HSL color Cylindrical-coordinate representation of color #AA9B5B: hue angle of 48.61º degrees, saturation: 0.32, 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 #AA9B5B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17015591-
CMYK00.090.460.33
HSL48.61º31.73%51.18%-
HSV(B)48.61º46.47%66.67%-
XYZ30.1932.7414.63-
YUV152.1993.47140.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=40.87%
G=37.26%
B=21.88%

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
Decimal1701559100.090.460.3348.6131.7351.18
HexAA9B5B092E21312033
Octal2522331330115641614063
Binary1010101010011011101101101001101110100001110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B5B; }

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

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

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

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

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

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

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

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