#A29876

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

Shades of Tallow #A29876

Tints of Tallow #A29876

Color information

#A29876 (or 0xA29876) is unknown color: approx Tallow. HEX triplet: A2, 98 and 76. RGB value is (162,152,118). Sum of RGB (Red+Green+Blue) = 162+152+118=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A29876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29876 is #5D6789. Grayscale: #979797. Windows color (decimal): -6121354 or 7772322. OLE color: 7772322.

HSL color Cylindrical-coordinate representation of color #A29876: hue angle of 46.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A29876 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB162152118-
CMYK00.060.270.36
HSL46.36º19.13%54.9%-
HSV(B)46.36º27.16%63.53%-
XYZ29.431.4521.66-
YUV151.11109.31135.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=37.5%
G=35.19%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215211800.060.270.3646.3619.1354.9
HexA29876061B242e1337
Octal242230166063344562367
Binary1010001010011000111011001101101110010010111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29876; }

 p { color: rgb(162,152,118); }

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

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

 a { background-color: rgb(162,152,118); }

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

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

 span { border-color: rgb(162,152,118); }

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