#A56D5E

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

Shades of Toast #A56D5E

Tints of Toast #A56D5E

Color information

#A56D5E (or 0xA56D5E) is unknown color: approx Toast. HEX triplet: A5, 6D and 5E. RGB value is (165,109,94). Sum of RGB (Red+Green+Blue) = 165+109+94=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D5E is #5A92A1. Grayscale: #7C7C7C. Windows color (decimal): -5935778 or 6188453. OLE color: 6188453.

HSL color Cylindrical-coordinate representation of color #A56D5E: hue angle of 12.68º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56D5E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16510994-
CMYK00.340.430.35
HSL12.68º28.29%50.78%-
HSV(B)12.68º43.03%64.71%-
XYZ23.0119.7413.19-
YUV124.03111.05157.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=44.84%
G=29.62%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651099400.340.430.3512.6828.2950.78
HexA56D5E0222B23d1c33
Octal2451551360425343153463
Binary10100101110110110111100100010101011100011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D5E; }

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

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

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

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

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

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

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

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