#AA9569

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

Shades of Tallow #AA9569

Tints of Tallow #AA9569

Color information

#AA9569 (or 0xAA9569) is unknown color: approx Tallow. HEX triplet: AA, 95 and 69. RGB value is (170,149,105). Sum of RGB (Red+Green+Blue) = 170+149+105=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9569 is #556A96. Grayscale: #969696. Windows color (decimal): -5597847 or 6919594. OLE color: 6919594.

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

Color convert

RGB170149105-
CMYK00.120.380.33
HSL40.62º27.66%53.92%-
HSV(B)40.62º38.24%66.67%-
XYZ29.8731.0617.79-
YUV150.26102.46142.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=40.09%
G=35.14%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014910500.120.380.3340.6227.6653.92
HexAA95690C2621291c36
Octal2522251510144641513466
Binary101010101001010111010010110010011010000110100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9569; }

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

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

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

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

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

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

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

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