Shades of Toast #A56F60
Tints of Toast #A56F60
RGB
CMYK
RGB Variations
Color information
#A56F60 (or 0xA56F60) is known color: Toast. HEX triplet: A5, 6F and 60. RGB value is (165,111,96). Sum of RGB (Red+Green+Blue) = 165+111+96=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F60 is #5A909F. Grayscale: #7D7D7D. Windows color (decimal): -5935264 or 6320037. OLE color: 6320037.
HSL color Cylindrical-coordinate representation of color #A56F60: hue angle of 13.04º 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 #A56F60 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 111 | 96 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.35 |
| HSL | 13.04º | 0.28% | 0.51% | - |
| HSV(B) | 13.04º | 0.42% | 0.65% | - |
| XYZ | 23.31 | 20.21 | 13.74 | - |
| YUV | 125.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 96 | 0 | 0.33 | 0.42 | 0.35 | 13.04 | 0.28 | 0.51 |
| Hex | A5 | 6F | 60 | 0 | 21 | 2A | 23 | D | 1C | 33 |
| Octal | 245 | 157 | 140 | 0 | 41 | 52 | 43 | 15 | 34 | 63 |
| Binary | 10100101 | 1101111 | 1100000 | 0 | 100001 | 101010 | 100011 | 1101 | 11100 | 110011 |
Color Harmonies of #A56F60
Complementary color
Monochromatic Colors of #A56F60
Black with #A56F60
Text Example
Text Example
White with #A56F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56F60; }
p { color: rgb(165,111,96); }
H1.HeaderClassName
{
color: #A56F60;
}
.AnyTagClassName
{
color: #A56F60;
}
</style>
background-color css
<style>
a { background-color: #A56F60; }
a { background-color: rgb(165,111,96); }
div.DivClassName
{
background-color: #A56F60;
}
.BgClassName
{
background-color: #A56F60;
}
</style>
border-color css
<style>
span { border-color: #A56F60; }
span { border-color: rgb(165,111,96); }
td.TdClassName
{
border-color: #A56F60;
}
.TagClassName
{
border-color: #A56F60;
}
</style>