#A29972

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

Shades of Tallow #A29972

Tints of Tallow #A29972

Color information

#A29972 (or 0xA29972) is unknown color: approx Tallow. HEX triplet: A2, 99 and 72. RGB value is (162,153,114). Sum of RGB (Red+Green+Blue) = 162+153+114=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A29972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29972 is #5D668D. Grayscale: #979797. Windows color (decimal): -6121102 or 7510434. OLE color: 7510434.

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

Color convert

RGB162153114-
CMYK00.060.300.36
HSL48.75º20.51%54.12%-
HSV(B)48.75º29.63%63.53%-
XYZ29.3331.6820.49-
YUV151.24106.98135.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=37.76%
G=35.66%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215311400.060.300.3648.7520.5154.12
HexA29972061E24311536
Octal242231162063644612566
Binary1010001010011001111001001101111010010011000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29972; }

 p { color: rgb(162,153,114); }

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

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

 a { background-color: rgb(162,153,114); }

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

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

 span { border-color: rgb(162,153,114); }

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