#A29A79

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

Shades of Tallow #A29A79

Tints of Tallow #A29A79

Color information

#A29A79 (or 0xA29A79) is unknown color: approx Tallow. HEX triplet: A2, 9A and 79. RGB value is (162,154,121). Sum of RGB (Red+Green+Blue) = 162+154+121=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A79 is #5D6586. Grayscale: #989898. Windows color (decimal): -6120839 or 7969442. OLE color: 7969442.

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

Color convert

RGB162154121-
CMYK00.050.250.36
HSL48.29º18.06%55.49%-
HSV(B)48.29º25.31%63.53%-
XYZ29.9132.1722.72-
YUV152.63110.15134.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=37.07%
G=35.24%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215412100.050.250.3648.2918.0655.49
HexA29A79051924301237
Octal242232171053144602267
Binary1010001010011010111100101011100110010011000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A79; }

 p { color: rgb(162,154,121); }

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

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

 a { background-color: rgb(162,154,121); }

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

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

 span { border-color: rgb(162,154,121); }

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