#A6A16D

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

Shades of Tallow #A6A16D

Tints of Tallow #A6A16D

Color information

#A6A16D (or 0xA6A16D) is unknown color: approx Tallow. HEX triplet: A6, A1 and 6D. RGB value is (166,161,109). Sum of RGB (Red+Green+Blue) = 166+161+109=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A16D is #595E92. Grayscale: #9C9C9C. Windows color (decimal): -5856915 or 7184806. OLE color: 7184806.

HSL color Cylindrical-coordinate representation of color #A6A16D: hue angle of 54.74º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6A16D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166161109-
CMYK00.030.340.35
HSL54.74º24.26%53.92%-
HSV(B)54.74º34.34%65.1%-
XYZ31.2334.719.52-
YUV156.57101.16134.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 109 (42.97% from 255) = 25%
R=38.07%
G=36.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616110900.030.340.3554.7424.2653.92
HexA6A16D032223371836
Octal246241155034243673066
Binary1010011010100001110110101110001010001111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A16D; }

 p { color: rgb(166,161,109); }

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

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

 a { background-color: rgb(166,161,109); }

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

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

 span { border-color: rgb(166,161,109); }

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