#A2976F

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

Shades of Tallow #A2976F

Tints of Tallow #A2976F

Color information

#A2976F (or 0xA2976F) is unknown color: approx Tallow. HEX triplet: A2, 97 and 6F. RGB value is (162,151,111). Sum of RGB (Red+Green+Blue) = 162+151+111=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2976F is #5D6890. Grayscale: #959595. Windows color (decimal): -6121617 or 7313314. OLE color: 7313314.

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

Color convert

RGB162151111-
CMYK00.070.310.36
HSL47.06º21.52%53.53%-
HSV(B)47.06º31.48%63.53%-
XYZ28.8430.9619.5-
YUV149.73106.14136.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=38.21%
G=35.61%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215111100.070.310.3647.0621.5253.53
HexA2976F071F242f1636
Octal242227157073744572666
Binary1010001010010111110111101111111110010010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2976F; }

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

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

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

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

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

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

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

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