#A29578

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

Shades of Tallow #A29578

Tints of Tallow #A29578

Color information

#A29578 (or 0xA29578) is unknown color: approx Tallow. HEX triplet: A2, 95 and 78. RGB value is (162,149,120). Sum of RGB (Red+Green+Blue) = 162+149+120=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A29578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29578 is #5D6A87. Grayscale: #959595. Windows color (decimal): -6122120 or 7902626. OLE color: 7902626.

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

Color convert

RGB162149120-
CMYK00.080.260.36
HSL41.43º18.42%55.29%-
HSV(B)41.43º25.93%63.53%-
XYZ29.0430.5322.13-
YUV149.58111.31136.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=37.59%
G=34.57%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214912000.080.260.3641.4318.4255.29
HexA29578081A24291237
Octal2422251700103244512267
Binary10100010100101011111000010001101010010010100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29578; }

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

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

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

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

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

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

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

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