Shades of Toast #AB7866
Tints of Toast #AB7866
RGB
CMYK
RGB Variations
Color information
#AB7866 (or 0xAB7866) is known color: Toast. HEX triplet: AB, 78 and 66. RGB value is (171,120,102). Sum of RGB (Red+Green+Blue) = 171+120+102=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7866 is #548799. Grayscale: #858585. Windows color (decimal): -5539738 or 6715563. OLE color: 6715563.
HSL color Cylindrical-coordinate representation of color #AB7866: hue angle of 15.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7866 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 102 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.33 |
| HSL | 15.65º | 0.29% | 0.54% | - |
| HSV(B) | 15.65º | 0.4% | 0.67% | - |
| XYZ | 25.91 | 23.05 | 15.65 | - |
| YUV | 133.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 102 | 0 | 0.30 | 0.40 | 0.33 | 15.65 | 0.29 | 0.54 |
| Hex | AB | 78 | 66 | 0 | 1E | 28 | 21 | 10 | 1D | 36 |
| Octal | 253 | 170 | 146 | 0 | 36 | 50 | 41 | 20 | 35 | 66 |
| Binary | 10101011 | 1111000 | 1100110 | 0 | 11110 | 101000 | 100001 | 10000 | 11101 | 110110 |
Color Harmonies of #AB7866
Complementary color
Monochromatic Colors of #AB7866
Black with #AB7866
Text Example
Text Example
White with #AB7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7866; }
p { color: rgb(171,120,102); }
H1.HeaderClassName
{
color: #AB7866;
}
.AnyTagClassName
{
color: #AB7866;
}
</style>
background-color css
<style>
a { background-color: #AB7866; }
a { background-color: rgb(171,120,102); }
div.DivClassName
{
background-color: #AB7866;
}
.BgClassName
{
background-color: #AB7866;
}
</style>
border-color css
<style>
span { border-color: #AB7866; }
span { border-color: rgb(171,120,102); }
td.TdClassName
{
border-color: #AB7866;
}
.TagClassName
{
border-color: #AB7866;
}
</style>