#A39B6F

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

Shades of Tallow #A39B6F

Tints of Tallow #A39B6F

Color information

#A39B6F (or 0xA39B6F) is unknown color: approx Tallow. HEX triplet: A3, 9B and 6F. RGB value is (163,155,111). Sum of RGB (Red+Green+Blue) = 163+155+111=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B6F is #5C6490. Grayscale: #989898. Windows color (decimal): -6055057 or 7314339. OLE color: 7314339.

HSL color Cylindrical-coordinate representation of color #A39B6F: hue angle of 50.77º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A39B6F is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB163155111-
CMYK00.050.320.36
HSL50.77º22.03%53.73%-
HSV(B)50.77º31.9%63.92%-
XYZ29.6932.3819.72-
YUV152.38104.65135.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=38.00%
G=36.13%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315511100.050.320.3650.7722.0353.73
HexA39B6F052024331636
Octal243233157054044632666
Binary10100011100110111101111010110000010010011001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B6F; }

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

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

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

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

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

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

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

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