#A19772

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

Shades of Tallow #A19772

Tints of Tallow #A19772

Color information

#A19772 (or 0xA19772) is unknown color: approx Tallow. HEX triplet: A1, 97 and 72. RGB value is (161,151,114). Sum of RGB (Red+Green+Blue) = 161+151+114=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A19772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19772 is #5E688D. Grayscale: #959595. Windows color (decimal): -6187150 or 7509921. OLE color: 7509921.

HSL color Cylindrical-coordinate representation of color #A19772: hue angle of 47.23º degrees, saturation: 0.2, 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 #A19772 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB161151114-
CMYK00.060.290.37
HSL47.23º20%53.92%-
HSV(B)47.23º29.19%63.14%-
XYZ28.830.9320.37-
YUV149.77107.81136.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=37.79%
G=35.45%
B=26.76%

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
Decimal16115111400.060.290.3747.232053.92
HexA19772061D252f1436
Octal241227162063545572466
Binary1010000110010111111001001101110110010110111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19772; }

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

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

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

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

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

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

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

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