#AA995C

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

Shades of Husk #AA995C

Tints of Husk #AA995C

Color information

#AA995C (or 0xAA995C) is unknown color: approx Husk. HEX triplet: AA, 99 and 5C. RGB value is (170,153,92). Sum of RGB (Red+Green+Blue) = 170+153+92=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA995C is #5566A3. Grayscale: #979797. Windows color (decimal): -5596836 or 6068650. OLE color: 6068650.

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

Color convert

RGB17015392-
CMYK00.10.460.33
HSL46.92º31.45%51.37%-
HSV(B)46.92º45.88%66.67%-
XYZ29.932.114.75-
YUV151.1394.63141.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=40.96%
G=36.87%
B=22.17%

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
Decimal1701539200.10.460.3346.9231.4551.37
HexAA995C0A2E212f1f33
Octal2522311340125641573763
Binary101010101001100110111000101010111010000110111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA995C; }

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

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

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

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

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

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

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

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