#A6A06C

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

Shades of Tallow #A6A06C

Tints of Tallow #A6A06C

Color information

#A6A06C (or 0xA6A06C) is unknown color: approx Tallow. HEX triplet: A6, A0 and 6C. RGB value is (166,160,108). Sum of RGB (Red+Green+Blue) = 166+160+108=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A06C is #595F93. Grayscale: #9C9C9C. Windows color (decimal): -5857172 or 7119014. OLE color: 7119014.

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

Color convert

RGB166160108-
CMYK00.040.350.35
HSL53.79º24.58%53.73%-
HSV(B)53.79º34.94%65.1%-
XYZ3134.3319.18-
YUV155.87100.99135.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=38.25%
G=36.87%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616010800.040.350.3553.7924.5853.73
HexA6A06C042323361936
Octal246240154044343663166
Binary10100110101000001101100010010001110001111011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A06C; }

 p { color: rgb(166,160,108); }

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

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

 a { background-color: rgb(166,160,108); }

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

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

 span { border-color: rgb(166,160,108); }

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