#A57360

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

Shades of Toast #A57360

Tints of Toast #A57360

Color information

#A57360 (or 0xA57360) is unknown color: approx Toast. HEX triplet: A5, 73 and 60. RGB value is (165,115,96). Sum of RGB (Red+Green+Blue) = 165+115+96=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A57360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57360 is #5A8C9F. Grayscale: #7F7F7F. Windows color (decimal): -5934240 or 6321061. OLE color: 6321061.

HSL color Cylindrical-coordinate representation of color #A57360: hue angle of 16.52º 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 #A57360 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16511596-
CMYK00.300.420.35
HSL16.52º27.71%51.18%-
HSV(B)16.52º41.82%64.71%-
XYZ23.7621.1113.89-
YUV127.78110.06154.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=43.88%
G=30.59%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651159600.300.420.3516.5227.7151.18
HexA5736001E2A23111c33
Octal2451631400365243213463
Binary10100101111001111000000111101010101000111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57360; }

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

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

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

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

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

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

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

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