#A09772

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

Shades of Tallow #A09772

Tints of Tallow #A09772

Color information

#A09772 (or 0xA09772) is unknown color: approx Tallow. HEX triplet: A0, 97 and 72. RGB value is (160,151,114). Sum of RGB (Red+Green+Blue) = 160+151+114=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A09772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09772 is #5F688D. Grayscale: #959595. Windows color (decimal): -6252686 or 7509920. OLE color: 7509920.

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

Color convert

RGB160151114-
CMYK00.060.290.37
HSL48.26º19.49%53.73%-
HSV(B)48.26º28.75%62.75%-
XYZ28.630.8220.36-
YUV149.47107.98135.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=37.65%
G=35.53%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015111400.060.290.3748.2619.4953.73
HexA09772061D25301336
Octal240227162063545602366
Binary1010000010010111111001001101110110010111000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09772; }

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

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

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

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

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

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

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

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