#AA9977

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

Shades of Tallow #AA9977

Tints of Tallow #AA9977

Color information

#AA9977 (or 0xAA9977) is unknown color: approx Tallow. HEX triplet: AA, 99 and 77. RGB value is (170,153,119). Sum of RGB (Red+Green+Blue) = 170+153+119=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9977 is #556688. Grayscale: #9A9A9A. Windows color (decimal): -5596809 or 7838122. OLE color: 7838122.

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

Color convert

RGB170153119-
CMYK00.10.30.33
HSL40º23.08%56.67%-
HSV(B)40º30%66.67%-
XYZ31.332.6622.11-
YUV154.21108.13139.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=38.46%
G=34.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015311900.10.30.334023.0856.67
HexAA99770A1E21281739
Octal2522311670123641502771
Binary10101010100110011110111010101111010000110100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9977; }

 p { color: rgb(170,153,119); }

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

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

 a { background-color: rgb(170,153,119); }

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

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

 span { border-color: rgb(170,153,119); }

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