#A39A72

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

Shades of Tallow #A39A72

Tints of Tallow #A39A72

Color information

#A39A72 (or 0xA39A72) is unknown color: approx Tallow. HEX triplet: A3, 9A and 72. RGB value is (163,154,114). Sum of RGB (Red+Green+Blue) = 163+154+114=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A72 is #5C658D. Grayscale: #989898. Windows color (decimal): -6055310 or 7510691. OLE color: 7510691.

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

Color convert

RGB163154114-
CMYK00.060.300.36
HSL48.98º21.03%54.31%-
HSV(B)48.98º30.06%63.92%-
XYZ29.732.1120.55-
YUV152.13106.48135.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=37.82%
G=35.73%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315411400.060.300.3648.9821.0354.31
HexA39A72061E24311536
Octal243232162063644612566
Binary1010001110011010111001001101111010010011000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A72; }

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

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

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

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

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

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

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

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