#A19A6E

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

Shades of Tallow #A19A6E

Tints of Tallow #A19A6E

Color information

#A19A6E (or 0xA19A6E) is unknown color: approx Tallow. HEX triplet: A1, 9A and 6E. RGB value is (161,154,110). Sum of RGB (Red+Green+Blue) = 161+154+110=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A6E is #5E6591. Grayscale: #979797. Windows color (decimal): -6186386 or 7248545. OLE color: 7248545.

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

Color convert

RGB161154110-
CMYK00.040.320.37
HSL51.76º21.34%53.14%-
HSV(B)51.76º31.68%63.14%-
XYZ29.0731.8119.36-
YUV151.08104.82135.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=37.88%
G=36.24%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115411000.040.320.3751.7621.3453.14
HexA19A6E042025341535
Octal241232156044045642565
Binary10100001100110101101110010010000010010111010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A6E; }

 p { color: rgb(161,154,110); }

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

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

 a { background-color: rgb(161,154,110); }

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

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

 span { border-color: rgb(161,154,110); }

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