#AAA169

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

Shades of Tallow #AAA169

Tints of Tallow #AAA169

Color information

#AAA169 (or 0xAAA169) is unknown color: approx Tallow. HEX triplet: AA, A1 and 69. RGB value is (170,161,105). Sum of RGB (Red+Green+Blue) = 170+161+105=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA169 is #555E96. Grayscale: #9D9D9D. Windows color (decimal): -5594775 or 6922666. OLE color: 6922666.

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

Color convert

RGB170161105-
CMYK00.050.380.33
HSL51.69º27.66%53.92%-
HSV(B)51.69º38.24%66.67%-
XYZ31.8735.0618.45-
YUV157.3198.48137.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=38.99%
G=36.93%
B=24.08%

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
Decimal17016110500.050.380.3351.6927.6653.92
HexAAA169052621341c36
Octal252241151054641643466
Binary10101010101000011101001010110011010000111010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA169; }

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

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

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

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

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

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

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

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