#A4986E

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

Shades of Tallow #A4986E

Tints of Tallow #A4986E

Color information

#A4986E (or 0xA4986E) is unknown color: approx Tallow. HEX triplet: A4, 98 and 6E. RGB value is (164,152,110). Sum of RGB (Red+Green+Blue) = 164+152+110=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A4986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4986E is #5B6791. Grayscale: #969696. Windows color (decimal): -5990290 or 7248036. OLE color: 7248036.

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

Color convert

RGB164152110-
CMYK00.070.330.36
HSL46.67º22.88%53.73%-
HSV(B)46.67º32.93%64.31%-
XYZ29.3531.4719.28-
YUV150.8104.98137.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=38.50%
G=35.68%
B=25.82%

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
Decimal16415211000.070.330.3646.6722.8853.73
HexA4986E0721242f1736
Octal244230156074144572766
Binary10100100100110001101110011110000110010010111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4986E; }

 p { color: rgb(164,152,110); }

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

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

 a { background-color: rgb(164,152,110); }

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

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

 span { border-color: rgb(164,152,110); }

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