#A56D60

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

Shades of Toast #A56D60

Tints of Toast #A56D60

Color information

#A56D60 (or 0xA56D60) is unknown color: approx Toast. HEX triplet: A5, 6D and 60. RGB value is (165,109,96). Sum of RGB (Red+Green+Blue) = 165+109+96=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D60 is #5A929F. Grayscale: #7C7C7C. Windows color (decimal): -5935776 or 6319525. OLE color: 6319525.

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

Color convert

RGB16510996-
CMYK00.340.420.35
HSL11.3º27.71%51.18%-
HSV(B)11.3º41.82%64.71%-
XYZ23.119.7813.67-
YUV124.26112.05157.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 109 (42.97% from 255) = 29.46%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=44.59%
G=29.46%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651099600.340.420.3511.327.7151.18
HexA56D600222A23b1c33
Octal2451551400425243133463
Binary10100101110110111000000100010101010100011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D60; }

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

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

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

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

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

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

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

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