#A49467

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

Shades of Tallow #A49467

Tints of Tallow #A49467

Color information

#A49467 (or 0xA49467) is unknown color: approx Tallow. HEX triplet: A4, 94 and 67. RGB value is (164,148,103). Sum of RGB (Red+Green+Blue) = 164+148+103=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A49467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49467 is #5B6B98. Grayscale: #939393. Windows color (decimal): -5991321 or 6788260. OLE color: 6788260.

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

Color convert

RGB164148103-
CMYK00.100.370.36
HSL44.26º25.1%52.35%-
HSV(B)44.26º37.2%64.31%-
XYZ28.3530.0517.14-
YUV147.65102.8139.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=39.52%
G=35.66%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414810300.100.370.3644.2625.152.35
HexA494670A25242c1934
Octal2442241470124544543164
Binary101001001001010011001110101010010110010010110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49467; }

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

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

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

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

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

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

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

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