Shades of Toast #AB7863
Tints of Toast #AB7863
RGB
CMYK
RGB Variations
Color information
#AB7863 (or 0xAB7863) is known color: Toast. HEX triplet: AB, 78 and 63. RGB value is (171,120,99). Sum of RGB (Red+Green+Blue) = 171+120+99=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7863 is #54879C. Grayscale: #848484. Windows color (decimal): -5539741 or 6518955. OLE color: 6518955.
HSL color Cylindrical-coordinate representation of color #AB7863: hue angle of 17.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7863 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 99 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.33 |
| HSL | 17.5º | 0.3% | 0.53% | - |
| HSV(B) | 17.5º | 0.42% | 0.67% | - |
| XYZ | 25.76 | 22.99 | 14.88 | - |
| YUV | 132.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 99 | 0 | 0.30 | 0.42 | 0.33 | 17.5 | 0.3 | 0.53 |
| Hex | AB | 78 | 63 | 0 | 1E | 2A | 21 | 12 | 1E | 35 |
| Octal | 253 | 170 | 143 | 0 | 36 | 52 | 41 | 22 | 36 | 65 |
| Binary | 10101011 | 1111000 | 1100011 | 0 | 11110 | 101010 | 100001 | 10010 | 11110 | 110101 |
Color Harmonies of #AB7863
Complementary color
Monochromatic Colors of #AB7863
Black with #AB7863
Text Example
Text Example
White with #AB7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7863; }
p { color: rgb(171,120,99); }
H1.HeaderClassName
{
color: #AB7863;
}
.AnyTagClassName
{
color: #AB7863;
}
</style>
background-color css
<style>
a { background-color: #AB7863; }
a { background-color: rgb(171,120,99); }
div.DivClassName
{
background-color: #AB7863;
}
.BgClassName
{
background-color: #AB7863;
}
</style>
border-color css
<style>
span { border-color: #AB7863; }
span { border-color: rgb(171,120,99); }
td.TdClassName
{
border-color: #AB7863;
}
.TagClassName
{
border-color: #AB7863;
}
</style>