#A57060

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

Shades of Toast #A57060

Tints of Toast #A57060

Color information

#A57060 (or 0xA57060) is unknown color: approx Toast. HEX triplet: A5, 70 and 60. RGB value is (165,112,96). Sum of RGB (Red+Green+Blue) = 165+112+96=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A57060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57060 is #5A8F9F. Grayscale: #7E7E7E. Windows color (decimal): -5935008 or 6320293. OLE color: 6320293.

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

Color convert

RGB16511296-
CMYK00.320.420.35
HSL13.91º27.71%51.18%-
HSV(B)13.91º41.82%64.71%-
XYZ23.4220.4313.78-
YUV126.02111.06155.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=44.24%
G=30.03%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651129600.320.420.3513.9127.7151.18
HexA570600202A23e1c33
Octal2451601400405243163463
Binary10100101111000011000000100000101010100011111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57060; }

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

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

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

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

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

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

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

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