Shades of Toast #AB715B
Tints of Toast #AB715B
RGB
CMYK
RGB Variations
Color information
#AB715B (or 0xAB715B) is known color: Toast. HEX triplet: AB, 71 and 5B. RGB value is (171,113,91). Sum of RGB (Red+Green+Blue) = 171+113+91=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB715B is #548EA4. Grayscale: #7F7F7F. Windows color (decimal): -5541541 or 5992875. OLE color: 5992875.
HSL color Cylindrical-coordinate representation of color #AB715B: hue angle of 16.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB715B is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 91 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.33 |
| HSL | 16.5º | 0.32% | 0.51% | - |
| HSV(B) | 16.5º | 0.47% | 0.67% | - |
| XYZ | 24.59 | 21.22 | 12.7 | - |
| YUV | 127.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 91 | 0 | 0.34 | 0.47 | 0.33 | 16.5 | 0.32 | 0.51 |
| Hex | AB | 71 | 5B | 0 | 22 | 2F | 21 | 10 | 20 | 33 |
| Octal | 253 | 161 | 133 | 0 | 42 | 57 | 41 | 20 | 40 | 63 |
| Binary | 10101011 | 1110001 | 1011011 | 0 | 100010 | 101111 | 100001 | 10000 | 100000 | 110011 |
Color Harmonies of #AB715B
Complementary color
Monochromatic Colors of #AB715B
Black with #AB715B
Text Example
Text Example
White with #AB715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB715B; }
p { color: rgb(171,113,91); }
H1.HeaderClassName
{
color: #AB715B;
}
.AnyTagClassName
{
color: #AB715B;
}
</style>
background-color css
<style>
a { background-color: #AB715B; }
a { background-color: rgb(171,113,91); }
div.DivClassName
{
background-color: #AB715B;
}
.BgClassName
{
background-color: #AB715B;
}
</style>
border-color css
<style>
span { border-color: #AB715B; }
span { border-color: rgb(171,113,91); }
td.TdClassName
{
border-color: #AB715B;
}
.TagClassName
{
border-color: #AB715B;
}
</style>