#A29D70

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

Shades of Tallow #A29D70

Tints of Tallow #A29D70

Color information

#A29D70 (or 0xA29D70) is unknown color: approx Tallow. HEX triplet: A2, 9D and 70. RGB value is (162,157,112). Sum of RGB (Red+Green+Blue) = 162+157+112=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D70 is #5D628F. Grayscale: #999999. Windows color (decimal): -6120080 or 7380386. OLE color: 7380386.

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

Color convert

RGB162157112-
CMYK00.030.310.36
HSL54º21.19%53.73%-
HSV(B)54º30.86%63.53%-
XYZ29.8832.9720.12-
YUV153.36104.66134.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=37.59%
G=36.43%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215711200.030.310.365421.1953.73
HexA29D70031F24361536
Octal242235160033744662566
Binary101000101001110111100000111111110010011011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D70; }

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

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

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

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

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

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

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

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