Shades of Toast #AB7659
Tints of Toast #AB7659
RGB
CMYK
RGB Variations
Color information
#AB7659 (or 0xAB7659) is known color: Toast. HEX triplet: AB, 76 and 59. RGB value is (171,118,89). Sum of RGB (Red+Green+Blue) = 171+118+89=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7659 is #5489A6. Grayscale: #828282. Windows color (decimal): -5540263 or 5863083. OLE color: 5863083.
HSL color Cylindrical-coordinate representation of color #AB7659: hue angle of 21.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB7659 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 89 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.33 |
| HSL | 21.22º | 0.33% | 0.51% | - |
| HSV(B) | 21.22º | 0.48% | 0.67% | - |
| XYZ | 25.08 | 22.34 | 12.44 | - |
| YUV | 130.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 89 | 0 | 0.31 | 0.48 | 0.33 | 21.22 | 0.33 | 0.51 |
| Hex | AB | 76 | 59 | 0 | 1F | 30 | 21 | 15 | 21 | 33 |
| Octal | 253 | 166 | 131 | 0 | 37 | 60 | 41 | 25 | 41 | 63 |
| Binary | 10101011 | 1110110 | 1011001 | 0 | 11111 | 110000 | 100001 | 10101 | 100001 | 110011 |
Color Harmonies of #AB7659
Complementary color
Monochromatic Colors of #AB7659
Black with #AB7659
Text Example
Text Example
White with #AB7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7659; }
p { color: rgb(171,118,89); }
H1.HeaderClassName
{
color: #AB7659;
}
.AnyTagClassName
{
color: #AB7659;
}
</style>
background-color css
<style>
a { background-color: #AB7659; }
a { background-color: rgb(171,118,89); }
div.DivClassName
{
background-color: #AB7659;
}
.BgClassName
{
background-color: #AB7659;
}
</style>
border-color css
<style>
span { border-color: #AB7659; }
span { border-color: rgb(171,118,89); }
td.TdClassName
{
border-color: #AB7659;
}
.TagClassName
{
border-color: #AB7659;
}
</style>