#A29676

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

Shades of Tallow #A29676

Tints of Tallow #A29676

Color information

#A29676 (or 0xA29676) is unknown color: approx Tallow. HEX triplet: A2, 96 and 76. RGB value is (162,150,118). Sum of RGB (Red+Green+Blue) = 162+150+118=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A29676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29676 is #5D6989. Grayscale: #969696. Windows color (decimal): -6121866 or 7771810. OLE color: 7771810.

HSL color Cylindrical-coordinate representation of color #A29676: hue angle of 43.64º 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 #A29676 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB162150118-
CMYK00.070.270.36
HSL43.64º19.13%54.9%-
HSV(B)43.64º27.16%63.53%-
XYZ29.0830.821.55-
YUV149.94109.98136.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=37.67%
G=34.88%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215011800.070.270.3643.6419.1354.9
HexA29676071B242c1337
Octal242226166073344542367
Binary1010001010010110111011001111101110010010110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29676; }

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

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

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

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

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

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

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

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