#A56E59

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

Shades of Toast #A56E59

Tints of Toast #A56E59

Color information

#A56E59 (or 0xA56E59) is unknown color: approx Toast. HEX triplet: A5, 6E and 59. RGB value is (165,110,89). Sum of RGB (Red+Green+Blue) = 165+110+89=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E59 is #5A91A6. Grayscale: #7C7C7C. Windows color (decimal): -5935527 or 5861029. OLE color: 5861029.

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

Color convert

RGB16511089-
CMYK00.330.460.35
HSL16.58º29.92%49.8%-
HSV(B)16.58º46.06%64.71%-
XYZ22.919.8712.08-
YUV124.05108.22157.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=45.33%
G=30.22%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651108900.330.460.3516.5829.9249.8
HexA56E590212E23111e32
Octal2451561310415643213662
Binary101001011101110101100101000011011101000111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E59; }

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

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

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

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

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

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

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

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