#AAA06D

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

Shades of Tallow #AAA06D

Tints of Tallow #AAA06D

Color information

#AAA06D (or 0xAAA06D) is unknown color: approx Tallow. HEX triplet: AA, A0 and 6D. RGB value is (170,160,109). Sum of RGB (Red+Green+Blue) = 170+160+109=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA06D is #555F92. Grayscale: #9D9D9D. Windows color (decimal): -5595027 or 7184554. OLE color: 7184554.

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

Color convert

RGB170160109-
CMYK00.060.360.33
HSL50.16º26.41%54.71%-
HSV(B)50.16º35.88%66.67%-
XYZ31.9134.7919.5-
YUV157.18100.81137.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=38.72%
G=36.45%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016010900.060.360.3350.1626.4154.71
HexAAA06D062421321a37
Octal252240155064441623267
Binary10101010101000001101101011010010010000111001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA06D; }

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

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

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

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

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

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

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

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