#AAA16B

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

Shades of Tallow #AAA16B

Tints of Tallow #AAA16B

Color information

#AAA16B (or 0xAAA16B) is unknown color: approx Tallow. HEX triplet: AA, A1 and 6B. RGB value is (170,161,107). Sum of RGB (Red+Green+Blue) = 170+161+107=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA16B is #555E94. Grayscale: #9D9D9D. Windows color (decimal): -5594773 or 7053738. OLE color: 7053738.

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

Color convert

RGB170161107-
CMYK00.050.370.33
HSL51.43º27.04%54.31%-
HSV(B)51.43º37.06%66.67%-
XYZ31.9835.119-
YUV157.5499.48136.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 107 (42.19% from 255) = 24.43%
R=38.81%
G=36.76%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016110700.050.370.3351.4327.0454.31
HexAAA16B052521331b36
Octal252241153054541633366
Binary10101010101000011101011010110010110000111001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA16B; }

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

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

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

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

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

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

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

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