#AA9D7B

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

Shades of Tallow #AA9D7B

Tints of Tallow #AA9D7B

Color information

#AA9D7B (or 0xAA9D7B) is unknown color: approx Tallow. HEX triplet: AA, 9D and 7B. RGB value is (170,157,123). Sum of RGB (Red+Green+Blue) = 170+157+123=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D7B is #556284. Grayscale: #9D9D9D. Windows color (decimal): -5595781 or 8101290. OLE color: 8101290.

HSL color Cylindrical-coordinate representation of color #AA9D7B: hue angle of 43.4º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9D7B is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB170157123-
CMYK00.080.280.33
HSL43.4º21.66%57.45%-
HSV(B)43.4º27.65%66.67%-
XYZ32.2134.0923.62-
YUV157.01108.81137.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=37.78%
G=34.89%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015712300.080.280.3343.421.6657.45
HexAA9D7B081C212b1639
Octal2522351730103441532671
Binary10101010100111011111011010001110010000110101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D7B; }

 p { color: rgb(170,157,123); }

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

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

 a { background-color: rgb(170,157,123); }

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

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

 span { border-color: rgb(170,157,123); }

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