#A4946D

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

Shades of Tallow #A4946D

Tints of Tallow #A4946D

Color information

#A4946D (or 0xA4946D) is unknown color: approx Tallow. HEX triplet: A4, 94 and 6D. RGB value is (164,148,109). Sum of RGB (Red+Green+Blue) = 164+148+109=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4946D is #5B6B92. Grayscale: #949494. Windows color (decimal): -5991315 or 7181476. OLE color: 7181476.

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

Color convert

RGB164148109-
CMYK00.100.340.36
HSL42.55º23.21%53.53%-
HSV(B)42.55º33.54%64.31%-
XYZ28.6630.1818.78-
YUV148.34105.8139.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=38.95%
G=35.15%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414810900.100.340.3642.5523.2153.53
HexA4946D0A22242b1736
Octal2442241550124244532766
Binary101001001001010011011010101010001010010010101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4946D; }

 p { color: rgb(164,148,109); }

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

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

 a { background-color: rgb(164,148,109); }

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

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

 span { border-color: rgb(164,148,109); }

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