#A6A06F

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

Shades of Tallow #A6A06F

Tints of Tallow #A6A06F

Color information

#A6A06F (or 0xA6A06F) is unknown color: approx Tallow. HEX triplet: A6, A0 and 6F. RGB value is (166,160,111). Sum of RGB (Red+Green+Blue) = 166+160+111=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A06F is #595F90. Grayscale: #9C9C9C. Windows color (decimal): -5857169 or 7315622. OLE color: 7315622.

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

Color convert

RGB166160111-
CMYK00.040.330.35
HSL53.45º23.61%54.31%-
HSV(B)53.45º33.13%65.1%-
XYZ31.1734.420.04-
YUV156.21102.49134.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=37.99%
G=36.61%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616011100.040.330.3553.4523.6154.31
HexA6A06F042123351836
Octal246240157044143653066
Binary10100110101000001101111010010000110001111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A06F; }

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

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

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

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

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

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

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

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