#A29671

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

Shades of Tallow #A29671

Tints of Tallow #A29671

Color information

#A29671 (or 0xA29671) is unknown color: approx Tallow. HEX triplet: A2, 96 and 71. RGB value is (162,150,113). Sum of RGB (Red+Green+Blue) = 162+150+113=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A29671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29671 is #5D698E. Grayscale: #959595. Windows color (decimal): -6121871 or 7444130. OLE color: 7444130.

HSL color Cylindrical-coordinate representation of color #A29671: hue angle of 45.31º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29671 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162150113-
CMYK00.070.300.36
HSL45.31º20.85%53.92%-
HSV(B)45.31º30.25%63.53%-
XYZ28.7930.6920.03-
YUV149.37107.48137.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=38.12%
G=35.29%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215011300.070.300.3645.3120.8553.92
HexA29671071E242d1536
Octal242226161073644552566
Binary1010001010010110111000101111111010010010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29671; }

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

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

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

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

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

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

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

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