#AA995B

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

Shades of Husk #AA995B

Tints of Husk #AA995B

Color information

#AA995B (or 0xAA995B) is unknown color: approx Husk. HEX triplet: AA, 99 and 5B. RGB value is (170,153,91). Sum of RGB (Red+Green+Blue) = 170+153+91=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA995B is #5566A4. Grayscale: #979797. Windows color (decimal): -5596837 or 6003114. OLE color: 6003114.

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

Color convert

RGB17015391-
CMYK00.10.460.33
HSL47.09º31.73%51.18%-
HSV(B)47.09º46.47%66.67%-
XYZ29.8632.0814.52-
YUV151.0194.13141.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=41.06%
G=36.96%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701539100.10.460.3347.0931.7351.18
HexAA995B0A2E212f2033
Octal2522311330125641574063
Binary1010101010011001101101101010101110100001101111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA995B; }

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

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

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

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

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

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

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

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