#AA9C7B

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

Shades of Tallow #AA9C7B

Tints of Tallow #AA9C7B

Color information

#AA9C7B (or 0xAA9C7B) is unknown color: approx Tallow. HEX triplet: AA, 9C and 7B. RGB value is (170,156,123). Sum of RGB (Red+Green+Blue) = 170+156+123=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C7B is #556384. Grayscale: #9C9C9C. Windows color (decimal): -5596037 or 8101034. OLE color: 8101034.

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

Color convert

RGB170156123-
CMYK00.080.280.33
HSL42.13º21.66%57.45%-
HSV(B)42.13º27.65%66.67%-
XYZ32.0433.7523.57-
YUV156.42109.14137.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=37.86%
G=34.74%
B=27.39%

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
Decimal17015612300.080.280.3342.1321.6657.45
HexAA9C7B081C212a1639
Octal2522341730103441522671
Binary10101010100111001111011010001110010000110101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C7B; }

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

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

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

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

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

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

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

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