Shades of Toast #A57766
Tints of Toast #A57766
RGB
CMYK
RGB Variations
Color information
#A57766 (or 0xA57766) is known color: Toast. HEX triplet: A5, 77 and 66. RGB value is (165,119,102). Sum of RGB (Red+Green+Blue) = 165+119+102=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A57766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57766 is #5A8899. Grayscale: #828282. Windows color (decimal): -5933210 or 6715301. OLE color: 6715301.
HSL color Cylindrical-coordinate representation of color #A57766: hue angle of 16.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A57766 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 119 | 102 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.35 |
| HSL | 16.19º | 0.26% | 0.52% | - |
| HSV(B) | 16.19º | 0.38% | 0.65% | - |
| XYZ | 24.51 | 22.15 | 15.55 | - |
| YUV | 130.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 102 | 0 | 0.28 | 0.38 | 0.35 | 16.19 | 0.26 | 0.52 |
| Hex | A5 | 77 | 66 | 0 | 1C | 26 | 23 | 10 | 1A | 34 |
| Octal | 245 | 167 | 146 | 0 | 34 | 46 | 43 | 20 | 32 | 64 |
| Binary | 10100101 | 1110111 | 1100110 | 0 | 11100 | 100110 | 100011 | 10000 | 11010 | 110100 |
Color Harmonies of #A57766
Complementary color
Monochromatic Colors of #A57766
Black with #A57766
Text Example
Text Example
White with #A57766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57766; }
p { color: rgb(165,119,102); }
H1.HeaderClassName
{
color: #A57766;
}
.AnyTagClassName
{
color: #A57766;
}
</style>
background-color css
<style>
a { background-color: #A57766; }
a { background-color: rgb(165,119,102); }
div.DivClassName
{
background-color: #A57766;
}
.BgClassName
{
background-color: #A57766;
}
</style>
border-color css
<style>
span { border-color: #A57766; }
span { border-color: rgb(165,119,102); }
td.TdClassName
{
border-color: #A57766;
}
.TagClassName
{
border-color: #A57766;
}
</style>