#A49967

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

Shades of Tallow #A49967

Tints of Tallow #A49967

Color information

#A49967 (or 0xA49967) is unknown color: approx Tallow. HEX triplet: A4, 99 and 67. RGB value is (164,153,103). Sum of RGB (Red+Green+Blue) = 164+153+103=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A49967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49967 is #5B6698. Grayscale: #969696. Windows color (decimal): -5990041 or 6789540. OLE color: 6789540.

HSL color Cylindrical-coordinate representation of color #A49967: hue angle of 49.18º 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 #A49967 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB164153103-
CMYK00.070.370.36
HSL49.18º25.1%52.35%-
HSV(B)49.18º37.2%64.31%-
XYZ29.1531.6517.41-
YUV150.59101.14137.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=39.05%
G=36.43%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415310300.070.370.3649.1825.152.35
HexA49967072524311934
Octal244231147074544613164
Binary10100100100110011100111011110010110010011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49967; }

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

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

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

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

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

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

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

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