#A29B77

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

Shades of Tallow #A29B77

Tints of Tallow #A29B77

Color information

#A29B77 (or 0xA29B77) is unknown color: approx Tallow. HEX triplet: A2, 9B and 77. RGB value is (162,155,119). Sum of RGB (Red+Green+Blue) = 162+155+119=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B77 is #5D6488. Grayscale: #999999. Windows color (decimal): -6120585 or 7838626. OLE color: 7838626.

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

Color convert

RGB162155119-
CMYK00.040.270.36
HSL50.23º18.78%55.1%-
HSV(B)50.23º26.54%63.53%-
XYZ29.9532.4622.14-
YUV152.99108.82134.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=37.16%
G=35.55%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215511900.040.270.3650.2318.7855.1
HexA29B77041B24321337
Octal242233167043344622367
Binary1010001010011011111011101001101110010011001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B77; }

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

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

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

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

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

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

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

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