Shades of Toast #AB7563
Tints of Toast #AB7563
RGB
CMYK
RGB Variations
Color information
#AB7563 (or 0xAB7563) is known color: Toast. HEX triplet: AB, 75 and 63. RGB value is (171,117,99). Sum of RGB (Red+Green+Blue) = 171+117+99=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7563 is #548A9C. Grayscale: #838383. Windows color (decimal): -5540509 or 6518187. OLE color: 6518187.
HSL color Cylindrical-coordinate representation of color #AB7563: hue angle of 15º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7563 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 99 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.33 |
| HSL | 15º | 0.3% | 0.53% | - |
| HSV(B) | 15º | 0.42% | 0.67% | - |
| XYZ | 25.41 | 22.28 | 14.77 | - |
| YUV | 131.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 99 | 0 | 0.32 | 0.42 | 0.33 | 15 | 0.3 | 0.53 |
| Hex | AB | 75 | 63 | 0 | 20 | 2A | 21 | F | 1E | 35 |
| Octal | 253 | 165 | 143 | 0 | 40 | 52 | 41 | 17 | 36 | 65 |
| Binary | 10101011 | 1110101 | 1100011 | 0 | 100000 | 101010 | 100001 | 1111 | 11110 | 110101 |
Color Harmonies of #AB7563
Complementary color
Monochromatic Colors of #AB7563
Black with #AB7563
Text Example
Text Example
White with #AB7563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7563; }
p { color: rgb(171,117,99); }
H1.HeaderClassName
{
color: #AB7563;
}
.AnyTagClassName
{
color: #AB7563;
}
</style>
background-color css
<style>
a { background-color: #AB7563; }
a { background-color: rgb(171,117,99); }
div.DivClassName
{
background-color: #AB7563;
}
.BgClassName
{
background-color: #AB7563;
}
</style>
border-color css
<style>
span { border-color: #AB7563; }
span { border-color: rgb(171,117,99); }
td.TdClassName
{
border-color: #AB7563;
}
.TagClassName
{
border-color: #AB7563;
}
</style>