Shades of Toast #A57366
Tints of Toast #A57366
RGB
CMYK
RGB Variations
Color information
#A57366 (or 0xA57366) is known color: Toast. HEX triplet: A5, 73 and 66. RGB value is (165,115,102). Sum of RGB (Red+Green+Blue) = 165+115+102=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A57366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57366 is #5A8C99. Grayscale: #808080. Windows color (decimal): -5934234 or 6714277. OLE color: 6714277.
HSL color Cylindrical-coordinate representation of color #A57366: hue angle of 12.38º 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 #A57366 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 115 | 102 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.35 |
| HSL | 12.38º | 0.26% | 0.52% | - |
| HSV(B) | 12.38º | 0.38% | 0.65% | - |
| XYZ | 24.05 | 21.22 | 15.4 | - |
| YUV | 128.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 102 | 0 | 0.30 | 0.38 | 0.35 | 12.38 | 0.26 | 0.52 |
| Hex | A5 | 73 | 66 | 0 | 1E | 26 | 23 | C | 1A | 34 |
| Octal | 245 | 163 | 146 | 0 | 36 | 46 | 43 | 14 | 32 | 64 |
| Binary | 10100101 | 1110011 | 1100110 | 0 | 11110 | 100110 | 100011 | 1100 | 11010 | 110100 |
Color Harmonies of #A57366
Complementary color
Monochromatic Colors of #A57366
Black with #A57366
Text Example
Text Example
White with #A57366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57366; }
p { color: rgb(165,115,102); }
H1.HeaderClassName
{
color: #A57366;
}
.AnyTagClassName
{
color: #A57366;
}
</style>
background-color css
<style>
a { background-color: #A57366; }
a { background-color: rgb(165,115,102); }
div.DivClassName
{
background-color: #A57366;
}
.BgClassName
{
background-color: #A57366;
}
</style>
border-color css
<style>
span { border-color: #A57366; }
span { border-color: rgb(165,115,102); }
td.TdClassName
{
border-color: #A57366;
}
.TagClassName
{
border-color: #A57366;
}
</style>