#A57760

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

Shades of Toast #A57760

Tints of Toast #A57760

Color information

#A57760 (or 0xA57760) is unknown color: approx Toast. HEX triplet: A5, 77 and 60. RGB value is (165,119,96). Sum of RGB (Red+Green+Blue) = 165+119+96=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A57760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57760 is #5A889F. Grayscale: #828282. Windows color (decimal): -5933216 or 6322085. OLE color: 6322085.

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

Color convert

RGB16511996-
CMYK00.280.420.35
HSL20º27.71%51.18%-
HSV(B)20º41.82%64.71%-
XYZ24.2322.0414.04-
YUV130.13108.74152.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=43.42%
G=31.32%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651199600.280.420.352027.7151.18
HexA5776001C2A23141c33
Octal2451671400345243243463
Binary10100101111011111000000111001010101000111010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57760; }

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

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

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

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

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

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

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

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