#A29D71

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

Shades of Tallow #A29D71

Tints of Tallow #A29D71

Color information

#A29D71 (or 0xA29D71) is unknown color: approx Tallow. HEX triplet: A2, 9D and 71. RGB value is (162,157,113). Sum of RGB (Red+Green+Blue) = 162+157+113=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D71 is #5D628E. Grayscale: #999999. Windows color (decimal): -6120079 or 7445922. OLE color: 7445922.

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

Color convert

RGB162157113-
CMYK00.030.300.36
HSL53.88º20.85%53.92%-
HSV(B)53.88º30.25%63.53%-
XYZ29.9432.9920.41-
YUV153.48105.16134.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=37.5%
G=36.34%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215711300.030.300.3653.8820.8553.92
HexA29D71031E24361536
Octal242235161033644662566
Binary101000101001110111100010111111010010011011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D71; }

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

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

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

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

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

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

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

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