#A29D72

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

Shades of Tallow #A29D72

Tints of Tallow #A29D72

Color information

#A29D72 (or 0xA29D72) is unknown color: approx Tallow. HEX triplet: A2, 9D and 72. RGB value is (162,157,114). Sum of RGB (Red+Green+Blue) = 162+157+114=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D72 is #5D628D. Grayscale: #999999. Windows color (decimal): -6120078 or 7511458. OLE color: 7511458.

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

Color convert

RGB162157114-
CMYK00.030.300.36
HSL53.75º20.51%54.12%-
HSV(B)53.75º29.63%63.53%-
XYZ29.9933.0120.71-
YUV153.59105.66134-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=37.41%
G=36.26%
B=26.33%

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
Decimal16215711400.030.300.3653.7520.5154.12
HexA29D72031E24361536
Octal242235162033644662566
Binary101000101001110111100100111111010010011011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D72; }

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

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

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

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

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

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

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

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