#A0976F

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

Shades of Tallow #A0976F

Tints of Tallow #A0976F

Color information

#A0976F (or 0xA0976F) is unknown color: approx Tallow. HEX triplet: A0, 97 and 6F. RGB value is (160,151,111). Sum of RGB (Red+Green+Blue) = 160+151+111=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0976F is #5F6890. Grayscale: #959595. Windows color (decimal): -6252689 or 7313312. OLE color: 7313312.

HSL color Cylindrical-coordinate representation of color #A0976F: hue angle of 48.98º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0976F is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB160151111-
CMYK00.060.310.37
HSL48.98º20.5%53.14%-
HSV(B)48.98º30.63%62.75%-
XYZ28.4330.7519.48-
YUV149.13106.48135.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=37.91%
G=35.78%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015111100.060.310.3748.9820.553.14
HexA0976F061F25311535
Octal240227157063745612565
Binary1010000010010111110111101101111110010111000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0976F; }

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

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

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

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

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

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

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

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