#A29771

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

Shades of Tallow #A29771

Tints of Tallow #A29771

Color information

#A29771 (or 0xA29771) is unknown color: approx Tallow. HEX triplet: A2, 97 and 71. RGB value is (162,151,113). Sum of RGB (Red+Green+Blue) = 162+151+113=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29771 is #5D688E. Grayscale: #969696. Windows color (decimal): -6121615 or 7444386. OLE color: 7444386.

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

Color convert

RGB162151113-
CMYK00.070.300.36
HSL46.53º20.85%53.92%-
HSV(B)46.53º30.25%63.53%-
XYZ28.9531.0120.08-
YUV149.96107.14136.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=38.03%
G=35.45%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215111300.070.300.3646.5320.8553.92
HexA29771071E242f1536
Octal242227161073644572566
Binary1010001010010111111000101111111010010010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29771; }

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

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

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

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

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

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

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

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