#A69874

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

Shades of Tallow #A69874

Tints of Tallow #A69874

Color information

#A69874 (or 0xA69874) is unknown color: approx Tallow. HEX triplet: A6, 98 and 74. RGB value is (166,152,116). Sum of RGB (Red+Green+Blue) = 166+152+116=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A69874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69874 is #59678B. Grayscale: #989898. Windows color (decimal): -5859212 or 7641254. OLE color: 7641254.

HSL color Cylindrical-coordinate representation of color #A69874: hue angle of 43.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69874 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166152116-
CMYK00.080.300.35
HSL43.2º21.93%55.29%-
HSV(B)43.2º30.12%65.1%-
XYZ30.1131.8221.08-
YUV152.08107.64137.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=38.25%
G=35.02%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615211600.080.300.3543.221.9355.29
HexA69874081E232b1637
Octal2462301640103643532667
Binary10100110100110001110100010001111010001110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69874; }

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

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

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

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

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

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

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

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