#AA986A

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

Shades of Tallow #AA986A

Tints of Tallow #AA986A

Color information

#AA986A (or 0xAA986A) is unknown color: approx Tallow. HEX triplet: AA, 98 and 6A. RGB value is (170,152,106). Sum of RGB (Red+Green+Blue) = 170+152+106=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA986A is #556795. Grayscale: #989898. Windows color (decimal): -5597078 or 6985898. OLE color: 6985898.

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

Color convert

RGB170152106-
CMYK00.110.380.33
HSL43.13º27.35%54.12%-
HSV(B)43.13º37.65%66.67%-
XYZ30.4132.0418.22-
YUV152.14101.96140.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=39.72%
G=35.51%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015210600.110.380.3343.1327.3554.12
HexAA986A0B26212b1b36
Octal2522301520134641533366
Binary101010101001100011010100101110011010000110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA986A; }

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

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

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

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

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

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

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

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