#AAA16D

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

Shades of Tallow #AAA16D

Tints of Tallow #AAA16D

Color information

#AAA16D (or 0xAAA16D) is unknown color: approx Tallow. HEX triplet: AA, A1 and 6D. RGB value is (170,161,109). Sum of RGB (Red+Green+Blue) = 170+161+109=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA16D is #555E92. Grayscale: #9D9D9D. Windows color (decimal): -5594771 or 7184810. OLE color: 7184810.

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

Color convert

RGB170161109-
CMYK00.050.360.33
HSL51.15º26.41%54.71%-
HSV(B)51.15º35.88%66.67%-
XYZ32.0835.1419.56-
YUV157.76100.48136.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=38.64%
G=36.59%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016110900.050.360.3351.1526.4154.71
HexAAA16D052421331a37
Octal252241155054441633267
Binary10101010101000011101101010110010010000111001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA16D; }

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

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

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

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

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

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

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

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