#AA986C

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

Shades of Tallow #AA986C

Tints of Tallow #AA986C

Color information

#AA986C (or 0xAA986C) is unknown color: approx Tallow. HEX triplet: AA, 98 and 6C. RGB value is (170,152,108). Sum of RGB (Red+Green+Blue) = 170+152+108=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA986C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA986C is #556793. Grayscale: #989898. Windows color (decimal): -5597076 or 7116970. OLE color: 7116970.

HSL color Cylindrical-coordinate representation of color #AA986C: hue angle of 42.58º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA986C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170152108-
CMYK00.110.360.33
HSL42.58º26.72%54.51%-
HSV(B)42.58º36.47%66.67%-
XYZ30.5132.0918.77-
YUV152.37102.96140.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=39.53%
G=35.35%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015210800.110.360.3342.5826.7254.51
HexAA986C0B24212b1b37
Octal2522301540134441533367
Binary101010101001100011011000101110010010000110101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA986C; }

 p { color: rgb(170,152,108); }

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

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

 a { background-color: rgb(170,152,108); }

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

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

 span { border-color: rgb(170,152,108); }

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