#A29672

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

Shades of Tallow #A29672

Tints of Tallow #A29672

Color information

#A29672 (or 0xA29672) is unknown color: approx Tallow. HEX triplet: A2, 96 and 72. RGB value is (162,150,114). Sum of RGB (Red+Green+Blue) = 162+150+114=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29672 is #5D698D. Grayscale: #959595. Windows color (decimal): -6121870 or 7509666. OLE color: 7509666.

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

Color convert

RGB162150114-
CMYK00.070.300.36
HSL45º20.51%54.12%-
HSV(B)45º29.63%63.53%-
XYZ28.8430.7120.33-
YUV149.48107.98136.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=38.03%
G=35.21%
B=26.76%

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
Decimal16215011400.070.300.364520.5154.12
HexA29672071E242d1536
Octal242226162073644552566
Binary1010001010010110111001001111111010010010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29672; }

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

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

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

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

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

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

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

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