#A19872

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

Shades of Tallow #A19872

Tints of Tallow #A19872

Color information

#A19872 (or 0xA19872) is unknown color: approx Tallow. HEX triplet: A1, 98 and 72. RGB value is (161,152,114). Sum of RGB (Red+Green+Blue) = 161+152+114=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A19872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19872 is #5E678D. Grayscale: #969696. Windows color (decimal): -6186894 or 7510177. OLE color: 7510177.

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

Color convert

RGB161152114-
CMYK00.060.290.37
HSL48.51º20%53.92%-
HSV(B)48.51º29.19%63.14%-
XYZ28.9631.2520.42-
YUV150.36107.48135.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=37.70%
G=35.60%
B=26.70%

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
Decimal16115211400.060.290.3748.512053.92
HexA19872061D25311436
Octal241230162063545612466
Binary1010000110011000111001001101110110010111000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19872; }

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

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

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

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

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

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

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

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