#A69862

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

Shades of Tallow #A69862

Tints of Tallow #A69862

Color information

#A69862 (or 0xA69862) is unknown color: approx Tallow. HEX triplet: A6, 98 and 62. RGB value is (166,152,98). Sum of RGB (Red+Green+Blue) = 166+152+98=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A69862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69862 is #59679D. Grayscale: #969696. Windows color (decimal): -5859230 or 6461606. OLE color: 6461606.

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

Color convert

RGB16615298-
CMYK00.080.410.35
HSL47.65º27.64%51.76%-
HSV(B)47.65º40.96%65.1%-
XYZ29.1631.4516.09-
YUV150.0398.64139.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=39.90%
G=36.54%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661529800.080.410.3547.6527.6451.76
HexA69862082923301c34
Octal2462301420105143603464
Binary101001101001100011000100100010100110001111000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69862; }

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

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

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

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

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

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

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

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