Shades of Toast #AC7764
Tints of Toast #AC7764
RGB
CMYK
RGB Variations
Color information
#AC7764 (or 0xAC7764) is known color: Toast. HEX triplet: AC, 77 and 64. RGB value is (172,119,100). Sum of RGB (Red+Green+Blue) = 172+119+100=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7764 is #53889B. Grayscale: #848484. Windows color (decimal): -5474460 or 6584236. OLE color: 6584236.
HSL color Cylindrical-coordinate representation of color #AC7764: hue angle of 15.83º 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 #AC7764 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 100 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.33 |
| HSL | 15.83º | 0.3% | 0.53% | - |
| HSV(B) | 15.83º | 0.42% | 0.67% | - |
| XYZ | 25.91 | 22.88 | 15.11 | - |
| YUV | 132.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 100 | 0 | 0.31 | 0.42 | 0.33 | 15.83 | 0.3 | 0.53 |
| Hex | AC | 77 | 64 | 0 | 1F | 2A | 21 | 10 | 1E | 35 |
| Octal | 254 | 167 | 144 | 0 | 37 | 52 | 41 | 20 | 36 | 65 |
| Binary | 10101100 | 1110111 | 1100100 | 0 | 11111 | 101010 | 100001 | 10000 | 11110 | 110101 |
Color Harmonies of #AC7764
Complementary color
Monochromatic Colors of #AC7764
Black with #AC7764
Text Example
Text Example
White with #AC7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7764; }
p { color: rgb(172,119,100); }
H1.HeaderClassName
{
color: #AC7764;
}
.AnyTagClassName
{
color: #AC7764;
}
</style>
background-color css
<style>
a { background-color: #AC7764; }
a { background-color: rgb(172,119,100); }
div.DivClassName
{
background-color: #AC7764;
}
.BgClassName
{
background-color: #AC7764;
}
</style>
border-color css
<style>
span { border-color: #AC7764; }
span { border-color: rgb(172,119,100); }
td.TdClassName
{
border-color: #AC7764;
}
.TagClassName
{
border-color: #AC7764;
}
</style>