#A57059

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

Shades of Toast #A57059

Tints of Toast #A57059

Color information

#A57059 (or 0xA57059) is unknown color: approx Toast. HEX triplet: A5, 70 and 59. RGB value is (165,112,89). Sum of RGB (Red+Green+Blue) = 165+112+89=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A57059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57059 is #5A8FA6. Grayscale: #7D7D7D. Windows color (decimal): -5935015 or 5861541. OLE color: 5861541.

HSL color Cylindrical-coordinate representation of color #A57059: hue angle of 18.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A57059 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16511289-
CMYK00.320.460.35
HSL18.16º29.92%49.8%-
HSV(B)18.16º46.06%64.71%-
XYZ23.1120.3112.15-
YUV125.22107.56156.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=45.08%
G=30.60%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651128900.320.460.3518.1629.9249.8
HexA570590202E23121e32
Octal2451601310405643223662
Binary101001011110000101100101000001011101000111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57059; }

 p { color: rgb(165,112,89); }

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

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

 a { background-color: rgb(165,112,89); }

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

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

 span { border-color: rgb(165,112,89); }

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