#AAA16C

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

Shades of Tallow #AAA16C

Tints of Tallow #AAA16C

Color information

#AAA16C (or 0xAAA16C) is unknown color: approx Tallow. HEX triplet: AA, A1 and 6C. RGB value is (170,161,108). Sum of RGB (Red+Green+Blue) = 170+161+108=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA16C is #555E93. Grayscale: #9D9D9D. Windows color (decimal): -5594772 or 7119274. OLE color: 7119274.

HSL color Cylindrical-coordinate representation of color #AAA16C: hue angle of 51.29º degrees, saturation: 0.27, 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 #AAA16C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170161108-
CMYK00.050.360.33
HSL51.29º26.72%54.51%-
HSV(B)51.29º36.47%66.67%-
XYZ32.0335.1219.28-
YUV157.6599.98136.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=38.72%
G=36.67%
B=24.60%

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
Decimal17016110800.050.360.3351.2926.7254.51
HexAAA16C052421331b37
Octal252241154054441633367
Binary10101010101000011101100010110010010000111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA16C; }

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

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

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

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

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

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

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

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