#A2987B

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

Shades of Tallow #A2987B

Tints of Tallow #A2987B

Color information

#A2987B (or 0xA2987B) is unknown color: approx Tallow. HEX triplet: A2, 98 and 7B. RGB value is (162,152,123). Sum of RGB (Red+Green+Blue) = 162+152+123=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2987B is #5D6784. Grayscale: #979797. Windows color (decimal): -6121349 or 8100002. OLE color: 8100002.

HSL color Cylindrical-coordinate representation of color #A2987B: hue angle of 44.62º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2987B is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB162152123-
CMYK00.060.240.36
HSL44.62º17.33%55.88%-
HSV(B)44.62º24.07%63.53%-
XYZ29.731.5723.27-
YUV151.68111.81135.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 123 (48.44% from 255) = 28.15%
R=37.07%
G=34.78%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215212300.060.240.3644.6217.3355.88
HexA2987B0618242d1138
Octal242230173063044552170
Binary1010001010011000111101101101100010010010110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2987B; }

 p { color: rgb(162,152,123); }

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

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

 a { background-color: rgb(162,152,123); }

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

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

 span { border-color: rgb(162,152,123); }

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