#AA956A

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

Shades of Tallow #AA956A

Tints of Tallow #AA956A

Color information

#AA956A (or 0xAA956A) is unknown color: approx Tallow. HEX triplet: AA, 95 and 6A. RGB value is (170,149,106). Sum of RGB (Red+Green+Blue) = 170+149+106=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA956A is #556A95. Grayscale: #969696. Windows color (decimal): -5597846 or 6985130. OLE color: 6985130.

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

Color convert

RGB170149106-
CMYK00.120.380.33
HSL40.31º27.35%54.12%-
HSV(B)40.31º37.65%66.67%-
XYZ29.9331.0818.06-
YUV150.38102.96142-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=40%
G=35.06%
B=24.94%

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
Decimal17014910600.120.380.3340.3127.3554.12
HexAA956A0C2621281b36
Octal2522251520144641503366
Binary101010101001010111010100110010011010000110100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA956A; }

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

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

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

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

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

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

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

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