#A29978

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

Shades of Tallow #A29978

Tints of Tallow #A29978

Color information

#A29978 (or 0xA29978) is unknown color: approx Tallow. HEX triplet: A2, 99 and 78. RGB value is (162,153,120). Sum of RGB (Red+Green+Blue) = 162+153+120=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A29978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29978 is #5D6687. Grayscale: #989898. Windows color (decimal): -6121096 or 7903650. OLE color: 7903650.

HSL color Cylindrical-coordinate representation of color #A29978: hue angle of 47.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A29978 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB162153120-
CMYK00.060.260.36
HSL47.14º18.42%55.29%-
HSV(B)47.14º25.93%63.53%-
XYZ29.6831.8222.35-
YUV151.93109.98135.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=37.24%
G=35.17%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215312000.060.260.3647.1418.4255.29
HexA29978061A242f1237
Octal242231170063244572267
Binary1010001010011001111100001101101010010010111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29978; }

 p { color: rgb(162,153,120); }

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

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

 a { background-color: rgb(162,153,120); }

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

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

 span { border-color: rgb(162,153,120); }

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