#A29C71

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

Shades of Tallow #A29C71

Tints of Tallow #A29C71

Color information

#A29C71 (or 0xA29C71) is unknown color: approx Tallow. HEX triplet: A2, 9C and 71. RGB value is (162,156,113). Sum of RGB (Red+Green+Blue) = 162+156+113=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C71 is #5D638E. Grayscale: #999999. Windows color (decimal): -6120335 or 7445666. OLE color: 7445666.

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

Color convert

RGB162156113-
CMYK00.040.300.36
HSL52.65º20.85%53.92%-
HSV(B)52.65º30.25%63.53%-
XYZ29.7732.6520.36-
YUV152.89105.49134.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=37.59%
G=36.19%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215611300.040.300.3652.6520.8553.92
HexA29C71041E24351536
Octal242234161043644652566
Binary1010001010011100111000101001111010010011010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C71; }

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

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

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

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

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

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

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

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