#A19672

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

Shades of Tallow #A19672

Tints of Tallow #A19672

Color information

#A19672 (or 0xA19672) is unknown color: approx Tallow. HEX triplet: A1, 96 and 72. RGB value is (161,150,114). Sum of RGB (Red+Green+Blue) = 161+150+114=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A19672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19672 is #5E698D. Grayscale: #959595. Windows color (decimal): -6187406 or 7509665. OLE color: 7509665.

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

Color convert

RGB161150114-
CMYK00.070.290.37
HSL45.96º20%53.92%-
HSV(B)45.96º29.19%63.14%-
XYZ28.6430.620.32-
YUV149.18108.14136.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=37.88%
G=35.29%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115011400.070.290.3745.962053.92
HexA19672071D252e1436
Octal241226162073545562466
Binary1010000110010110111001001111110110010110111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19672; }

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

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

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

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

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

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

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

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