#A39572

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

Shades of Tallow #A39572

Tints of Tallow #A39572

Color information

#A39572 (or 0xA39572) is unknown color: approx Tallow. HEX triplet: A3, 95 and 72. RGB value is (163,149,114). Sum of RGB (Red+Green+Blue) = 163+149+114=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A39572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39572 is #5C6A8D. Grayscale: #959595. Windows color (decimal): -6056590 or 7509411. OLE color: 7509411.

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

Color convert

RGB163149114-
CMYK00.090.300.36
HSL42.86º21.03%54.31%-
HSV(B)42.86º30.06%63.92%-
XYZ28.8930.520.28-
YUV149.2108.14137.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=38.26%
G=34.98%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314911400.090.300.3642.8621.0354.31
HexA39572091E242b1536
Octal2432251620113644532566
Binary10100011100101011110010010011111010010010101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39572; }

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

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

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

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

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

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

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

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