#A29B72

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

Shades of Tallow #A29B72

Tints of Tallow #A29B72

Color information

#A29B72 (or 0xA29B72) is unknown color: approx Tallow. HEX triplet: A2, 9B and 72. RGB value is (162,155,114). Sum of RGB (Red+Green+Blue) = 162+155+114=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B72 is #5D648D. Grayscale: #989898. Windows color (decimal): -6120590 or 7510946. OLE color: 7510946.

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

Color convert

RGB162155114-
CMYK00.040.300.36
HSL51.25º20.51%54.12%-
HSV(B)51.25º29.63%63.53%-
XYZ29.6632.3420.6-
YUV152.42106.32134.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=37.59%
G=35.96%
B=26.45%

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
Decimal16215511400.040.300.3651.2520.5154.12
HexA29B72041E24331536
Octal242233162043644632566
Binary1010001010011011111001001001111010010011001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B72; }

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

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

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

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

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

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

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

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