#AA9769

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

Shades of Tallow #AA9769

Tints of Tallow #AA9769

Color information

#AA9769 (or 0xAA9769) is unknown color: approx Tallow. HEX triplet: AA, 97 and 69. RGB value is (170,151,105). Sum of RGB (Red+Green+Blue) = 170+151+105=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9769 is #556896. Grayscale: #979797. Windows color (decimal): -5597335 or 6920106. OLE color: 6920106.

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

Color convert

RGB170151105-
CMYK00.110.380.33
HSL42.46º27.66%53.92%-
HSV(B)42.46º38.24%66.67%-
XYZ30.1931.717.89-
YUV151.44101.79141.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=39.91%
G=35.45%
B=24.65%

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
Decimal17015110500.110.380.3342.4627.6653.92
HexAA97690B26212a1c36
Octal2522271510134641523466
Binary101010101001011111010010101110011010000110101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9769; }

 p { color: rgb(170,151,105); }

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

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

 a { background-color: rgb(170,151,105); }

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

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

 span { border-color: rgb(170,151,105); }

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