#A57160

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

Shades of Toast #A57160

Tints of Toast #A57160

Color information

#A57160 (or 0xA57160) is unknown color: approx Toast. HEX triplet: A5, 71 and 60. RGB value is (165,113,96). Sum of RGB (Red+Green+Blue) = 165+113+96=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A57160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57160 is #5A8E9F. Grayscale: #7E7E7E. Windows color (decimal): -5934752 or 6320549. OLE color: 6320549.

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

Color convert

RGB16511396-
CMYK00.320.420.35
HSL14.78º27.71%51.18%-
HSV(B)14.78º41.82%64.71%-
XYZ23.5320.6513.81-
YUV126.61110.73155.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=44.12%
G=30.21%
B=25.67%

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
Decimal1651139600.320.420.3514.7827.7151.18
HexA571600202A23f1c33
Octal2451611400405243173463
Binary10100101111000111000000100000101010100011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57160; }

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

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

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

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

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

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

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

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