#A29572

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

Shades of Tallow #A29572

Tints of Tallow #A29572

Color information

#A29572 (or 0xA29572) is unknown color: approx Tallow. HEX triplet: A2, 95 and 72. RGB value is (162,149,114). Sum of RGB (Red+Green+Blue) = 162+149+114=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A29572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29572 is #5D6A8D. Grayscale: #959595. Windows color (decimal): -6122126 or 7509410. OLE color: 7509410.

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

Color convert

RGB162149114-
CMYK00.080.300.36
HSL43.75º20.51%54.12%-
HSV(B)43.75º29.63%63.53%-
XYZ28.6930.3920.27-
YUV148.9108.31137.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=38.12%
G=35.06%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214911400.080.300.3643.7520.5154.12
HexA29572081E242c1536
Octal2422251620103644542566
Binary10100010100101011110010010001111010010010110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29572; }

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

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

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

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

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

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

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

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