#AAA16E

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

Shades of Tallow #AAA16E

Tints of Tallow #AAA16E

Color information

#AAA16E (or 0xAAA16E) is unknown color: approx Tallow. HEX triplet: AA, A1 and 6E. RGB value is (170,161,110). Sum of RGB (Red+Green+Blue) = 170+161+110=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA16E is #555E91. Grayscale: #9E9E9E. Windows color (decimal): -5594770 or 7250346. OLE color: 7250346.

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

Color convert

RGB170161110-
CMYK00.050.350.33
HSL51º26.09%54.9%-
HSV(B)51º35.29%66.67%-
XYZ32.1435.1619.84-
YUV157.88100.98136.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=38.55%
G=36.51%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016111000.050.350.335126.0954.9
HexAAA16E052321331a37
Octal252241156054341633267
Binary10101010101000011101110010110001110000111001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA16E; }

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

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

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

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

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

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

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

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