#A2976E

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

Shades of Tallow #A2976E

Tints of Tallow #A2976E

Color information

#A2976E (or 0xA2976E) is unknown color: approx Tallow. HEX triplet: A2, 97 and 6E. RGB value is (162,151,110). Sum of RGB (Red+Green+Blue) = 162+151+110=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2976E is #5D6891. Grayscale: #959595. Windows color (decimal): -6121618 or 7247778. OLE color: 7247778.

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

Color convert

RGB162151110-
CMYK00.070.320.36
HSL47.31º21.85%53.33%-
HSV(B)47.31º32.1%63.53%-
XYZ28.7830.9419.21-
YUV149.61105.64136.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=38.30%
G=35.70%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215111000.070.320.3647.3121.8553.33
HexA2976E0720242f1635
Octal242227156074044572665
Binary10100010100101111101110011110000010010010111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2976E; }

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

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

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

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

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

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

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

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