#AAA170

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

Shades of Tallow #AAA170

Tints of Tallow #AAA170

Color information

#AAA170 (or 0xAAA170) is unknown color: approx Tallow. HEX triplet: AA, A1 and 70. RGB value is (170,161,112). Sum of RGB (Red+Green+Blue) = 170+161+112=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA170 is #555E8F. Grayscale: #9E9E9E. Windows color (decimal): -5594768 or 7381418. OLE color: 7381418.

HSL color Cylindrical-coordinate representation of color #AAA170: hue angle of 50.69º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA170 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB170161112-
CMYK00.050.340.33
HSL50.69º25.44%55.29%-
HSV(B)50.69º34.12%66.67%-
XYZ32.2535.2120.43-
YUV158.1101.98136.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=38.37%
G=36.34%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016111200.050.340.3350.6925.4455.29
HexAAA170052221331937
Octal252241160054241633167
Binary10101010101000011110000010110001010000111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA170; }

 p { color: rgb(170,161,112); }

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

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

 a { background-color: rgb(170,161,112); }

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

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

 span { border-color: rgb(170,161,112); }

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