Shades of Toast #AC705E
Tints of Toast #AC705E
RGB
CMYK
RGB Variations
Color information
#AC705E (or 0xAC705E) is known color: Toast. HEX triplet: AC, 70 and 5E. RGB value is (172,112,94). Sum of RGB (Red+Green+Blue) = 172+112+94=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC705E is #538FA1. Grayscale: #808080. Windows color (decimal): -5476258 or 6189228. OLE color: 6189228.
HSL color Cylindrical-coordinate representation of color #AC705E: hue angle of 13.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC705E is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 94 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.33 |
| HSL | 13.85º | 0.32% | 0.52% | - |
| HSV(B) | 13.85º | 0.45% | 0.67% | - |
| XYZ | 24.83 | 21.17 | 13.37 | - |
| YUV | 127.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 94 | 0 | 0.35 | 0.45 | 0.33 | 13.85 | 0.32 | 0.52 |
| Hex | AC | 70 | 5E | 0 | 23 | 2D | 21 | E | 20 | 34 |
| Octal | 254 | 160 | 136 | 0 | 43 | 55 | 41 | 16 | 40 | 64 |
| Binary | 10101100 | 1110000 | 1011110 | 0 | 100011 | 101101 | 100001 | 1110 | 100000 | 110100 |
Color Harmonies of #AC705E
Complementary color
Monochromatic Colors of #AC705E
Black with #AC705E
Text Example
Text Example
White with #AC705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC705E; }
p { color: rgb(172,112,94); }
H1.HeaderClassName
{
color: #AC705E;
}
.AnyTagClassName
{
color: #AC705E;
}
</style>
background-color css
<style>
a { background-color: #AC705E; }
a { background-color: rgb(172,112,94); }
div.DivClassName
{
background-color: #AC705E;
}
.BgClassName
{
background-color: #AC705E;
}
</style>
border-color css
<style>
span { border-color: #AC705E; }
span { border-color: rgb(172,112,94); }
td.TdClassName
{
border-color: #AC705E;
}
.TagClassName
{
border-color: #AC705E;
}
</style>