#AA9C6A

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

Shades of Tallow #AA9C6A

Tints of Tallow #AA9C6A

Color information

#AA9C6A (or 0xAA9C6A) is unknown color: approx Tallow. HEX triplet: AA, 9C and 6A. RGB value is (170,156,106). Sum of RGB (Red+Green+Blue) = 170+156+106=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C6A is #556395. Grayscale: #9A9A9A. Windows color (decimal): -5596054 or 6986922. OLE color: 6986922.

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

Color convert

RGB170156106-
CMYK00.080.380.33
HSL46.88º27.35%54.12%-
HSV(B)46.88º37.65%66.67%-
XYZ31.0733.3618.44-
YUV154.49100.64139.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=39.35%
G=36.11%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015610600.080.380.3346.8827.3554.12
HexAA9C6A0826212f1b36
Octal2522341520104641573366
Binary101010101001110011010100100010011010000110111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C6A; }

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

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

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

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

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

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

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

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