#A3986D

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

Shades of Tallow #A3986D

Tints of Tallow #A3986D

Color information

#A3986D (or 0xA3986D) is unknown color: approx Tallow. HEX triplet: A3, 98 and 6D. RGB value is (163,152,109). Sum of RGB (Red+Green+Blue) = 163+152+109=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3986D is #5C6792. Grayscale: #969696. Windows color (decimal): -6055827 or 7182499. OLE color: 7182499.

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

Color convert

RGB163152109-
CMYK00.070.330.36
HSL47.78º22.69%53.33%-
HSV(B)47.78º33.13%63.92%-
XYZ29.0931.3518.99-
YUV150.39104.64137-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=38.44%
G=35.85%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315210900.070.330.3647.7822.6953.33
HexA3986D072124301735
Octal243230155074144602765
Binary10100011100110001101101011110000110010011000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3986D; }

 p { color: rgb(163,152,109); }

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

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

 a { background-color: rgb(163,152,109); }

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

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

 span { border-color: rgb(163,152,109); }

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