#A29B73

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

Shades of Tallow #A29B73

Tints of Tallow #A29B73

Color information

#A29B73 (or 0xA29B73) is unknown color: approx Tallow. HEX triplet: A2, 9B and 73. RGB value is (162,155,115). Sum of RGB (Red+Green+Blue) = 162+155+115=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B73 is #5D648C. Grayscale: #989898. Windows color (decimal): -6120589 or 7576482. OLE color: 7576482.

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

Color convert

RGB162155115-
CMYK00.040.290.36
HSL51.06º20.17%54.31%-
HSV(B)51.06º29.01%63.53%-
XYZ29.7232.3620.9-
YUV152.53106.82134.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=37.5%
G=35.88%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215511500.040.290.3651.0620.1754.31
HexA29B73041D24331436
Octal242233163043544632466
Binary1010001010011011111001101001110110010011001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B73; }

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

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

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

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

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

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

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

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