#a4946f

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

Shades of Tallow #A4946F

Tints of Tallow #A4946F

Color information

#A4946F (or 0xA4946F) is unknown color: approx Tallow. HEX triplet: A4, 94 and 6F. RGB value is (164,148,111). Sum of RGB (Red+Green+Blue) = 164+148+111=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4946F is #5B6B90. Grayscale: #949494. Windows color (decimal): -5991313 or 7312548. OLE color: 7312548.

HSL color Cylindrical-coordinate representation of color #A4946F: hue angle of 41.89º degrees, saturation: 0.23, 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 #A4946F is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164148111-
CMYK00.100.320.36
HSL41.89º22.55%53.92%-
HSV(B)41.89º32.32%64.31%-
XYZ28.7730.2219.36-
YUV148.57106.8139.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=38.77%
G=34.99%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414811100.100.320.3641.8922.5553.92
HexA4946F0A20242a1736
Octal2442241570124044522766
Binary101001001001010011011110101010000010010010101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4946f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4946f; }

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

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

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

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

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

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

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

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