#AAA16A

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

Shades of Tallow #AAA16A

Tints of Tallow #AAA16A

Color information

#AAA16A (or 0xAAA16A) is unknown color: approx Tallow. HEX triplet: AA, A1 and 6A. RGB value is (170,161,106). Sum of RGB (Red+Green+Blue) = 170+161+106=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA16A is #555E95. Grayscale: #9D9D9D. Windows color (decimal): -5594774 or 6988202. OLE color: 6988202.

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

Color convert

RGB170161106-
CMYK00.050.380.33
HSL51.56º27.35%54.12%-
HSV(B)51.56º37.65%66.67%-
XYZ31.9235.0818.72-
YUV157.4298.98136.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=38.90%
G=36.84%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016110600.050.380.3351.5627.3554.12
HexAAA16A052621341b36
Octal252241152054641643366
Binary10101010101000011101010010110011010000111010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA16A; }

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

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

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

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

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

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

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

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