Shades of Toast #AB705C
Tints of Toast #AB705C
RGB
CMYK
RGB Variations
Color information
#AB705C (or 0xAB705C) is known color: Toast. HEX triplet: AB, 70 and 5C. RGB value is (171,112,92). Sum of RGB (Red+Green+Blue) = 171+112+92=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB705C is #548FA3. Grayscale: #7F7F7F. Windows color (decimal): -5541796 or 6058155. OLE color: 6058155.
HSL color Cylindrical-coordinate representation of color #AB705C: hue angle of 15.19º 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 #AB705C is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 92 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.33 |
| HSL | 15.19º | 0.32% | 0.52% | - |
| HSV(B) | 15.19º | 0.46% | 0.67% | - |
| XYZ | 24.52 | 21.02 | 12.89 | - |
| YUV | 127.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 92 | 0 | 0.35 | 0.46 | 0.33 | 15.19 | 0.32 | 0.52 |
| Hex | AB | 70 | 5C | 0 | 23 | 2E | 21 | F | 20 | 34 |
| Octal | 253 | 160 | 134 | 0 | 43 | 56 | 41 | 17 | 40 | 64 |
| Binary | 10101011 | 1110000 | 1011100 | 0 | 100011 | 101110 | 100001 | 1111 | 100000 | 110100 |
Color Harmonies of #AB705C
Complementary color
Monochromatic Colors of #AB705C
Black with #AB705C
Text Example
Text Example
White with #AB705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB705C; }
p { color: rgb(171,112,92); }
H1.HeaderClassName
{
color: #AB705C;
}
.AnyTagClassName
{
color: #AB705C;
}
</style>
background-color css
<style>
a { background-color: #AB705C; }
a { background-color: rgb(171,112,92); }
div.DivClassName
{
background-color: #AB705C;
}
.BgClassName
{
background-color: #AB705C;
}
</style>
border-color css
<style>
span { border-color: #AB705C; }
span { border-color: rgb(171,112,92); }
td.TdClassName
{
border-color: #AB705C;
}
.TagClassName
{
border-color: #AB705C;
}
</style>