Shades of Toast #A57764
Tints of Toast #A57764
RGB
CMYK
RGB Variations
Color information
#A57764 (or 0xA57764) is known color: Toast. HEX triplet: A5, 77 and 64. RGB value is (165,119,100). Sum of RGB (Red+Green+Blue) = 165+119+100=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A57764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57764 is #5A889B. Grayscale: #828282. Windows color (decimal): -5933212 or 6584229. OLE color: 6584229.
HSL color Cylindrical-coordinate representation of color #A57764: hue angle of 17.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A57764 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 119 | 100 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.35 |
| HSL | 17.54º | 0.27% | 0.52% | - |
| HSV(B) | 17.54º | 0.39% | 0.65% | - |
| XYZ | 24.41 | 22.11 | 15.04 | - |
| YUV | 130.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 100 | 0 | 0.28 | 0.39 | 0.35 | 17.54 | 0.27 | 0.52 |
| Hex | A5 | 77 | 64 | 0 | 1C | 27 | 23 | 12 | 1B | 34 |
| Octal | 245 | 167 | 144 | 0 | 34 | 47 | 43 | 22 | 33 | 64 |
| Binary | 10100101 | 1110111 | 1100100 | 0 | 11100 | 100111 | 100011 | 10010 | 11011 | 110100 |
Color Harmonies of #A57764
Complementary color
Monochromatic Colors of #A57764
Black with #A57764
Text Example
Text Example
White with #A57764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57764; }
p { color: rgb(165,119,100); }
H1.HeaderClassName
{
color: #A57764;
}
.AnyTagClassName
{
color: #A57764;
}
</style>
background-color css
<style>
a { background-color: #A57764; }
a { background-color: rgb(165,119,100); }
div.DivClassName
{
background-color: #A57764;
}
.BgClassName
{
background-color: #A57764;
}
</style>
border-color css
<style>
span { border-color: #A57764; }
span { border-color: rgb(165,119,100); }
td.TdClassName
{
border-color: #A57764;
}
.TagClassName
{
border-color: #A57764;
}
</style>