#A29B78

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

Shades of Tallow #A29B78

Tints of Tallow #A29B78

Color information

#A29B78 (or 0xA29B78) is unknown color: approx Tallow. HEX triplet: A2, 9B and 78. RGB value is (162,155,120). Sum of RGB (Red+Green+Blue) = 162+155+120=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B78 is #5D6487. Grayscale: #999999. Windows color (decimal): -6120584 or 7904162. OLE color: 7904162.

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

Color convert

RGB162155120-
CMYK00.040.260.36
HSL50º18.42%55.29%-
HSV(B)50º25.93%63.53%-
XYZ30.0132.4822.46-
YUV153.1109.32134.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=37.07%
G=35.47%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215512000.040.260.365018.4255.29
HexA29B78041A24321237
Octal242233170043244622267
Binary1010001010011011111100001001101010010011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B78; }

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

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

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

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

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

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

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

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