Shades of Toast #AB765E
Tints of Toast #AB765E
RGB
CMYK
RGB Variations
Color information
#AB765E (or 0xAB765E) is known color: Toast. HEX triplet: AB, 76 and 5E. RGB value is (171,118,94). Sum of RGB (Red+Green+Blue) = 171+118+94=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB765E is #5489A1. Grayscale: #838383. Windows color (decimal): -5540258 or 6190763. OLE color: 6190763.
HSL color Cylindrical-coordinate representation of color #AB765E: hue angle of 18.7º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB765E is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 94 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.33 |
| HSL | 18.7º | 0.31% | 0.52% | - |
| HSV(B) | 18.7º | 0.45% | 0.67% | - |
| XYZ | 25.29 | 22.42 | 13.58 | - |
| YUV | 131.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 94 | 0 | 0.31 | 0.45 | 0.33 | 18.7 | 0.31 | 0.52 |
| Hex | AB | 76 | 5E | 0 | 1F | 2D | 21 | 13 | 1F | 34 |
| Octal | 253 | 166 | 136 | 0 | 37 | 55 | 41 | 23 | 37 | 64 |
| Binary | 10101011 | 1110110 | 1011110 | 0 | 11111 | 101101 | 100001 | 10011 | 11111 | 110100 |
Color Harmonies of #AB765E
Complementary color
Monochromatic Colors of #AB765E
Black with #AB765E
Text Example
Text Example
White with #AB765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB765E; }
p { color: rgb(171,118,94); }
H1.HeaderClassName
{
color: #AB765E;
}
.AnyTagClassName
{
color: #AB765E;
}
</style>
background-color css
<style>
a { background-color: #AB765E; }
a { background-color: rgb(171,118,94); }
div.DivClassName
{
background-color: #AB765E;
}
.BgClassName
{
background-color: #AB765E;
}
</style>
border-color css
<style>
span { border-color: #AB765E; }
span { border-color: rgb(171,118,94); }
td.TdClassName
{
border-color: #AB765E;
}
.TagClassName
{
border-color: #AB765E;
}
</style>