#A09572

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

Shades of Tallow #A09572

Tints of Tallow #A09572

Color information

#A09572 (or 0xA09572) is unknown color: approx Tallow. HEX triplet: A0, 95 and 72. RGB value is (160,149,114). Sum of RGB (Red+Green+Blue) = 160+149+114=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A09572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09572 is #5F6A8D. Grayscale: #949494. Windows color (decimal): -6253198 or 7509408. OLE color: 7509408.

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

Color convert

RGB160149114-
CMYK00.070.290.37
HSL45.65º19.49%53.73%-
HSV(B)45.65º28.75%62.75%-
XYZ28.2830.1820.25-
YUV148.3108.64136.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=37.83%
G=35.22%
B=26.95%

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
Decimal16014911400.070.290.3745.6519.4953.73
HexA09572071D252e1336
Octal240225162073545562366
Binary1010000010010101111001001111110110010110111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09572; }

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

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

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

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

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

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

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

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