Shades of Toast #AB7865
Tints of Toast #AB7865
RGB
CMYK
RGB Variations
Color information
#AB7865 (or 0xAB7865) is known color: Toast. HEX triplet: AB, 78 and 65. RGB value is (171,120,101). Sum of RGB (Red+Green+Blue) = 171+120+101=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7865 is #54879A. Grayscale: #858585. Windows color (decimal): -5539739 or 6650027. OLE color: 6650027.
HSL color Cylindrical-coordinate representation of color #AB7865: hue angle of 16.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB7865 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 101 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.33 |
| HSL | 16.29º | 0.29% | 0.53% | - |
| HSV(B) | 16.29º | 0.41% | 0.67% | - |
| XYZ | 25.86 | 23.03 | 15.39 | - |
| YUV | 133.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 101 | 0 | 0.30 | 0.41 | 0.33 | 16.29 | 0.29 | 0.53 |
| Hex | AB | 78 | 65 | 0 | 1E | 29 | 21 | 10 | 1D | 35 |
| Octal | 253 | 170 | 145 | 0 | 36 | 51 | 41 | 20 | 35 | 65 |
| Binary | 10101011 | 1111000 | 1100101 | 0 | 11110 | 101001 | 100001 | 10000 | 11101 | 110101 |
Color Harmonies of #AB7865
Complementary color
Monochromatic Colors of #AB7865
Black with #AB7865
Text Example
Text Example
White with #AB7865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7865; }
p { color: rgb(171,120,101); }
H1.HeaderClassName
{
color: #AB7865;
}
.AnyTagClassName
{
color: #AB7865;
}
</style>
background-color css
<style>
a { background-color: #AB7865; }
a { background-color: rgb(171,120,101); }
div.DivClassName
{
background-color: #AB7865;
}
.BgClassName
{
background-color: #AB7865;
}
</style>
border-color css
<style>
span { border-color: #AB7865; }
span { border-color: rgb(171,120,101); }
td.TdClassName
{
border-color: #AB7865;
}
.TagClassName
{
border-color: #AB7865;
}
</style>