#AAA16F

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

Shades of Tallow #AAA16F

Tints of Tallow #AAA16F

Color information

#AAA16F (or 0xAAA16F) is unknown color: approx Tallow. HEX triplet: AA, A1 and 6F. RGB value is (170,161,111). Sum of RGB (Red+Green+Blue) = 170+161+111=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA16F is #555E90. Grayscale: #9E9E9E. Windows color (decimal): -5594769 or 7315882. OLE color: 7315882.

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

Color convert

RGB170161111-
CMYK00.050.350.33
HSL50.85º25.76%55.1%-
HSV(B)50.85º34.71%66.67%-
XYZ32.1935.1820.13-
YUV157.99101.48136.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=38.46%
G=36.43%
B=25.11%

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
Decimal17016111100.050.350.3350.8525.7655.1
HexAAA16F052321331a37
Octal252241157054341633267
Binary10101010101000011101111010110001110000111001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA16F; }

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

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

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

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

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

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

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

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