#A29A77

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

Shades of Tallow #A29A77

Tints of Tallow #A29A77

Color information

#A29A77 (or 0xA29A77) is unknown color: approx Tallow. HEX triplet: A2, 9A and 77. RGB value is (162,154,119). Sum of RGB (Red+Green+Blue) = 162+154+119=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A77 is #5D6588. Grayscale: #989898. Windows color (decimal): -6120841 or 7838370. OLE color: 7838370.

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

Color convert

RGB162154119-
CMYK00.050.270.36
HSL48.84º18.78%55.1%-
HSV(B)48.84º26.54%63.53%-
XYZ29.7932.1222.08-
YUV152.4109.15134.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 119 (46.88% from 255) = 27.36%
R=37.24%
G=35.40%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215411900.050.270.3648.8418.7855.1
HexA29A77051B24311337
Octal242232167053344612367
Binary1010001010011010111011101011101110010011000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A77; }

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

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

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

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

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

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

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

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