#A19974

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

Shades of Tallow #A19974

Tints of Tallow #A19974

Color information

#A19974 (or 0xA19974) is unknown color: approx Tallow. HEX triplet: A1, 99 and 74. RGB value is (161,153,116). Sum of RGB (Red+Green+Blue) = 161+153+116=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A19974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19974 is #5E668B. Grayscale: #979797. Windows color (decimal): -6186636 or 7641505. OLE color: 7641505.

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

Color convert

RGB161153116-
CMYK00.050.280.37
HSL49.33º19.31%54.31%-
HSV(B)49.33º27.95%63.14%-
XYZ29.2431.6221.09-
YUV151.17108.15135.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=37.44%
G=35.58%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115311600.050.280.3749.3319.3154.31
HexA19974051C25311336
Octal241231164053445612366
Binary1010000110011001111010001011110010010111000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19974; }

 p { color: rgb(161,153,116); }

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

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

 a { background-color: rgb(161,153,116); }

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

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

 span { border-color: rgb(161,153,116); }

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