#A39676

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

Shades of Tallow #A39676

Tints of Tallow #A39676

Color information

#A39676 (or 0xA39676) is unknown color: approx Tallow. HEX triplet: A3, 96 and 76. RGB value is (163,150,118). Sum of RGB (Red+Green+Blue) = 163+150+118=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A39676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39676 is #5C6989. Grayscale: #969696. Windows color (decimal): -6056330 or 7771811. OLE color: 7771811.

HSL color Cylindrical-coordinate representation of color #A39676: hue angle of 42.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A39676 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB163150118-
CMYK00.080.280.36
HSL42.67º19.65%55.1%-
HSV(B)42.67º27.61%63.92%-
XYZ29.2830.9121.56-
YUV150.24109.81137.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=37.82%
G=34.80%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315011800.080.280.3642.6719.6555.1
HexA39676081C242b1437
Octal2432261660103444532467
Binary10100011100101101110110010001110010010010101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39676; }

 p { color: rgb(163,150,118); }

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

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

 a { background-color: rgb(163,150,118); }

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

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

 span { border-color: rgb(163,150,118); }

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