#A69866

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

Shades of Tallow #A69866

Tints of Tallow #A69866

Color information

#A69866 (or 0xA69866) is unknown color: approx Tallow. HEX triplet: A6, 98 and 66. RGB value is (166,152,102). Sum of RGB (Red+Green+Blue) = 166+152+102=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A69866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69866 is #596799. Grayscale: #969696. Windows color (decimal): -5859226 or 6723750. OLE color: 6723750.

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

Color convert

RGB166152102-
CMYK00.080.390.35
HSL46.88º26.45%52.55%-
HSV(B)46.88º38.55%65.1%-
XYZ29.3531.5217.11-
YUV150.49100.64139.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=39.52%
G=36.19%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615210200.080.390.3546.8826.4552.55
HexA698660827232f1a35
Octal2462301460104743573265
Binary101001101001100011001100100010011110001110111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69866; }

 p { color: rgb(166,152,102); }

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

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

 a { background-color: rgb(166,152,102); }

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

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

 span { border-color: rgb(166,152,102); }

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