Shades of Toast #AC7864
Tints of Toast #AC7864
RGB
CMYK
RGB Variations
Color information
#AC7864 (or 0xAC7864) is known color: Toast. HEX triplet: AC, 78 and 64. RGB value is (172,120,100). Sum of RGB (Red+Green+Blue) = 172+120+100=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7864 is #53879B. Grayscale: #858585. Windows color (decimal): -5474204 or 6584492. OLE color: 6584492.
HSL color Cylindrical-coordinate representation of color #AC7864: hue angle of 16.67º 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 #AC7864 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 100 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.33 |
| HSL | 16.67º | 0.3% | 0.53% | - |
| HSV(B) | 16.67º | 0.42% | 0.67% | - |
| XYZ | 26.03 | 23.12 | 15.15 | - |
| YUV | 133.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 100 | 0 | 0.30 | 0.42 | 0.33 | 16.67 | 0.3 | 0.53 |
| Hex | AC | 78 | 64 | 0 | 1E | 2A | 21 | 11 | 1E | 35 |
| Octal | 254 | 170 | 144 | 0 | 36 | 52 | 41 | 21 | 36 | 65 |
| Binary | 10101100 | 1111000 | 1100100 | 0 | 11110 | 101010 | 100001 | 10001 | 11110 | 110101 |
Color Harmonies of #AC7864
Complementary color
Monochromatic Colors of #AC7864
Black with #AC7864
Text Example
Text Example
White with #AC7864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7864; }
p { color: rgb(172,120,100); }
H1.HeaderClassName
{
color: #AC7864;
}
.AnyTagClassName
{
color: #AC7864;
}
</style>
background-color css
<style>
a { background-color: #AC7864; }
a { background-color: rgb(172,120,100); }
div.DivClassName
{
background-color: #AC7864;
}
.BgClassName
{
background-color: #AC7864;
}
</style>
border-color css
<style>
span { border-color: #AC7864; }
span { border-color: rgb(172,120,100); }
td.TdClassName
{
border-color: #AC7864;
}
.TagClassName
{
border-color: #AC7864;
}
</style>