Shades of Toast #AB705D
Tints of Toast #AB705D
RGB
CMYK
RGB Variations
Color information
#AB705D (or 0xAB705D) is known color: Toast. HEX triplet: AB, 70 and 5D. RGB value is (171,112,93). Sum of RGB (Red+Green+Blue) = 171+112+93=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB705D is #548FA2. Grayscale: #7F7F7F. Windows color (decimal): -5541795 or 6123691. OLE color: 6123691.
HSL color Cylindrical-coordinate representation of color #AB705D: hue angle of 14.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB705D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 93 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.33 |
| HSL | 14.62º | 0.32% | 0.52% | - |
| HSV(B) | 14.62º | 0.46% | 0.67% | - |
| XYZ | 24.56 | 21.04 | 13.12 | - |
| YUV | 127.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 93 | 0 | 0.35 | 0.46 | 0.33 | 14.62 | 0.32 | 0.52 |
| Hex | AB | 70 | 5D | 0 | 23 | 2E | 21 | F | 20 | 34 |
| Octal | 253 | 160 | 135 | 0 | 43 | 56 | 41 | 17 | 40 | 64 |
| Binary | 10101011 | 1110000 | 1011101 | 0 | 100011 | 101110 | 100001 | 1111 | 100000 | 110100 |
Color Harmonies of #AB705D
Complementary color
Monochromatic Colors of #AB705D
Black with #AB705D
Text Example
Text Example
White with #AB705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB705D; }
p { color: rgb(171,112,93); }
H1.HeaderClassName
{
color: #AB705D;
}
.AnyTagClassName
{
color: #AB705D;
}
</style>
background-color css
<style>
a { background-color: #AB705D; }
a { background-color: rgb(171,112,93); }
div.DivClassName
{
background-color: #AB705D;
}
.BgClassName
{
background-color: #AB705D;
}
</style>
border-color css
<style>
span { border-color: #AB705D; }
span { border-color: rgb(171,112,93); }
td.TdClassName
{
border-color: #AB705D;
}
.TagClassName
{
border-color: #AB705D;
}
</style>