#A29770

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

Shades of Tallow #A29770

Tints of Tallow #A29770

Color information

#A29770 (or 0xA29770) is unknown color: approx Tallow. HEX triplet: A2, 97 and 70. RGB value is (162,151,112). Sum of RGB (Red+Green+Blue) = 162+151+112=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A29770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29770 is #5D688F. Grayscale: #969696. Windows color (decimal): -6121616 or 7378850. OLE color: 7378850.

HSL color Cylindrical-coordinate representation of color #A29770: hue angle of 46.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A29770 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB162151112-
CMYK00.070.310.36
HSL46.8º21.19%53.73%-
HSV(B)46.8º30.86%63.53%-
XYZ28.8930.9819.79-
YUV149.84106.64136.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=38.12%
G=35.53%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215111200.070.310.3646.821.1953.73
HexA29770071F242f1536
Octal242227160073744572566
Binary1010001010010111111000001111111110010010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29770; }

 p { color: rgb(162,151,112); }

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

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

 a { background-color: rgb(162,151,112); }

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

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

 span { border-color: rgb(162,151,112); }

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