#A2976B

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

Shades of Tallow #A2976B

Tints of Tallow #A2976B

Color information

#A2976B (or 0xA2976B) is unknown color: approx Tallow. HEX triplet: A2, 97 and 6B. RGB value is (162,151,107). Sum of RGB (Red+Green+Blue) = 162+151+107=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2976B is #5D6894. Grayscale: #959595. Windows color (decimal): -6121621 or 7051170. OLE color: 7051170.

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

Color convert

RGB162151107-
CMYK00.070.340.36
HSL48º22.82%52.75%-
HSV(B)48º33.95%63.53%-
XYZ28.6230.8818.36-
YUV149.27104.14137.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=38.57%
G=35.95%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215110700.070.340.364822.8252.75
HexA2976B072224301735
Octal242227153074244602765
Binary10100010100101111101011011110001010010011000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2976B; }

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

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

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

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

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

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

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

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