#A29B71

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

Shades of Tallow #A29B71

Tints of Tallow #A29B71

Color information

#A29B71 (or 0xA29B71) is unknown color: approx Tallow. HEX triplet: A2, 9B and 71. RGB value is (162,155,113). Sum of RGB (Red+Green+Blue) = 162+155+113=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B71 is #5D648E. Grayscale: #989898. Windows color (decimal): -6120591 or 7445410. OLE color: 7445410.

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

Color convert

RGB162155113-
CMYK00.040.300.36
HSL51.43º20.85%53.92%-
HSV(B)51.43º30.25%63.53%-
XYZ29.632.3220.3-
YUV152.3105.82134.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=37.67%
G=36.05%
B=26.28%

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
Decimal16215511300.040.300.3651.4320.8553.92
HexA29B71041E24331536
Octal242233161043644632566
Binary1010001010011011111000101001111010010011001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B71; }

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

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

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

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

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

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

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

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