#A19572

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

Shades of Tallow #A19572

Tints of Tallow #A19572

Color information

#A19572 (or 0xA19572) is unknown color: approx Tallow. HEX triplet: A1, 95 and 72. RGB value is (161,149,114). Sum of RGB (Red+Green+Blue) = 161+149+114=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A19572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19572 is #5E6A8D. Grayscale: #949494. Windows color (decimal): -6187662 or 7509409. OLE color: 7509409.

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

Color convert

RGB161149114-
CMYK00.070.290.37
HSL44.68º20%53.92%-
HSV(B)44.68º29.19%63.14%-
XYZ28.4830.2920.26-
YUV148.6108.48136.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=37.97%
G=35.14%
B=26.89%

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
Decimal16114911400.070.290.3744.682053.92
HexA19572071D252d1436
Octal241225162073545552466
Binary1010000110010101111001001111110110010110110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19572; }

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

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

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

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

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

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

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

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