#AA9B7B

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

Shades of Tallow #AA9B7B

Tints of Tallow #AA9B7B

Color information

#AA9B7B (or 0xAA9B7B) is unknown color: approx Tallow. HEX triplet: AA, 9B and 7B. RGB value is (170,155,123). Sum of RGB (Red+Green+Blue) = 170+155+123=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B7B is #556484. Grayscale: #9B9B9B. Windows color (decimal): -5596293 or 8100778. OLE color: 8100778.

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

Color convert

RGB170155123-
CMYK00.090.280.33
HSL40.85º21.66%57.45%-
HSV(B)40.85º27.65%66.67%-
XYZ31.8733.4223.51-
YUV155.84109.47138.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=37.95%
G=34.60%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015512300.090.280.3340.8521.6657.45
HexAA9B7B091C21291639
Octal2522331730113441512671
Binary10101010100110111111011010011110010000110100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B7B; }

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

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

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

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

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

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

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

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