#A39C6C

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

Shades of Tallow #A39C6C

Tints of Tallow #A39C6C

Color information

#A39C6C (or 0xA39C6C) is unknown color: approx Tallow. HEX triplet: A3, 9C and 6C. RGB value is (163,156,108). Sum of RGB (Red+Green+Blue) = 163+156+108=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C6C is #5C6393. Grayscale: #989898. Windows color (decimal): -6054804 or 7117987. OLE color: 7117987.

HSL color Cylindrical-coordinate representation of color #A39C6C: hue angle of 52.36º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A39C6C is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB163156108-
CMYK00.040.340.36
HSL52.36º23.01%53.14%-
HSV(B)52.36º33.74%63.92%-
XYZ29.732.6518.92-
YUV152.62102.82135.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=38.17%
G=36.53%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315610800.040.340.3652.3623.0153.14
HexA39C6C042224341735
Octal243234154044244642765
Binary10100011100111001101100010010001010010011010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C6C; }

 p { color: rgb(163,156,108); }

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

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

 a { background-color: rgb(163,156,108); }

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

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

 span { border-color: rgb(163,156,108); }

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