#A39B72

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

Shades of Tallow #A39B72

Tints of Tallow #A39B72

Color information

#A39B72 (or 0xA39B72) is unknown color: approx Tallow. HEX triplet: A3, 9B and 72. RGB value is (163,155,114). Sum of RGB (Red+Green+Blue) = 163+155+114=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B72 is #5C648D. Grayscale: #989898. Windows color (decimal): -6055054 or 7510947. OLE color: 7510947.

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

Color convert

RGB163155114-
CMYK00.050.300.36
HSL50.2º21.03%54.31%-
HSV(B)50.2º30.06%63.92%-
XYZ29.8632.4420.61-
YUV152.72106.15135.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=37.73%
G=35.88%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315511400.050.300.3650.221.0354.31
HexA39B72051E24321536
Octal243233162053644622566
Binary1010001110011011111001001011111010010011001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B72; }

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

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

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

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

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

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

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

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