#AA956C

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

Shades of Tallow #AA956C

Tints of Tallow #AA956C

Color information

#AA956C (or 0xAA956C) is unknown color: approx Tallow. HEX triplet: AA, 95 and 6C. RGB value is (170,149,108). Sum of RGB (Red+Green+Blue) = 170+149+108=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA956C is #556A93. Grayscale: #969696. Windows color (decimal): -5597844 or 7116202. OLE color: 7116202.

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

Color convert

RGB170149108-
CMYK00.120.360.33
HSL39.68º26.72%54.51%-
HSV(B)39.68º36.47%66.67%-
XYZ30.0331.1218.61-
YUV150.61103.96141.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=39.81%
G=34.89%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014910800.120.360.3339.6826.7254.51
HexAA956C0C2421281b37
Octal2522251540144441503367
Binary101010101001010111011000110010010010000110100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA956C; }

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

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

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

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

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

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

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

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