#A69864

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

Shades of Tallow #A69864

Tints of Tallow #A69864

Color information

#A69864 (or 0xA69864) is unknown color: approx Tallow. HEX triplet: A6, 98 and 64. RGB value is (166,152,100). Sum of RGB (Red+Green+Blue) = 166+152+100=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A69864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69864 is #59679B. Grayscale: #969696. Windows color (decimal): -5859228 or 6592678. OLE color: 6592678.

HSL color Cylindrical-coordinate representation of color #A69864: hue angle of 47.27º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A69864 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB166152100-
CMYK00.080.400.35
HSL47.27º27.05%52.16%-
HSV(B)47.27º39.76%65.1%-
XYZ29.2531.4816.59-
YUV150.2699.64139.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=39.71%
G=36.36%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615210000.080.400.3547.2727.0552.16
HexA698640828232f1b34
Octal2462301440105043573364
Binary101001101001100011001000100010100010001110111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69864; }

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

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

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

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

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

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

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

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