#A29471

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

Shades of Tallow #A29471

Tints of Tallow #A29471

Color information

#A29471 (or 0xA29471) is unknown color: approx Tallow. HEX triplet: A2, 94 and 71. RGB value is (162,148,113). Sum of RGB (Red+Green+Blue) = 162+148+113=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A29471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29471 is #5D6B8E. Grayscale: #949494. Windows color (decimal): -6122383 or 7443618. OLE color: 7443618.

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

Color convert

RGB162148113-
CMYK00.090.300.36
HSL42.86º20.85%53.92%-
HSV(B)42.86º30.25%63.53%-
XYZ28.4730.0519.92-
YUV148.2108.14137.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=38.30%
G=34.99%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214811300.090.300.3642.8620.8553.92
HexA29471091E242b1536
Octal2422241610113644532566
Binary10100010100101001110001010011111010010010101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29471; }

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

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

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

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

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

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

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

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