#A6A069

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

Shades of Tallow #A6A069

Tints of Tallow #A6A069

Color information

#A6A069 (or 0xA6A069) is unknown color: approx Tallow. HEX triplet: A6, A0 and 69. RGB value is (166,160,105). Sum of RGB (Red+Green+Blue) = 166+160+105=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A069 is #595F96. Grayscale: #9B9B9B. Windows color (decimal): -5857175 or 6922406. OLE color: 6922406.

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

Color convert

RGB166160105-
CMYK00.040.370.35
HSL54.1º25.52%53.14%-
HSV(B)54.1º36.75%65.1%-
XYZ30.8534.2718.35-
YUV155.5299.49135.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=38.52%
G=37.12%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616010500.040.370.3554.125.5253.14
HexA6A069042523361a35
Octal246240151044543663265
Binary10100110101000001101001010010010110001111011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A069; }

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

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

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

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

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

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

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

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