Shades of Toast #AC7663
Tints of Toast #AC7663
RGB
CMYK
RGB Variations
Color information
#AC7663 (or 0xAC7663) is known color: Toast. HEX triplet: AC, 76 and 63. RGB value is (172,118,99). Sum of RGB (Red+Green+Blue) = 172+118+99=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7663 is #53899C. Grayscale: #848484. Windows color (decimal): -5474717 or 6518444. OLE color: 6518444.
HSL color Cylindrical-coordinate representation of color #AC7663: hue angle of 15.62º degrees, saturation: 0.31, 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 #AC7663 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 99 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.33 |
| HSL | 15.62º | 0.31% | 0.53% | - |
| HSV(B) | 15.62º | 0.42% | 0.67% | - |
| XYZ | 25.74 | 22.63 | 14.82 | - |
| YUV | 131.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 99 | 0 | 0.31 | 0.42 | 0.33 | 15.62 | 0.31 | 0.53 |
| Hex | AC | 76 | 63 | 0 | 1F | 2A | 21 | 10 | 1F | 35 |
| Octal | 254 | 166 | 143 | 0 | 37 | 52 | 41 | 20 | 37 | 65 |
| Binary | 10101100 | 1110110 | 1100011 | 0 | 11111 | 101010 | 100001 | 10000 | 11111 | 110101 |
Color Harmonies of #AC7663
Complementary color
Monochromatic Colors of #AC7663
Black with #AC7663
Text Example
Text Example
White with #AC7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7663; }
p { color: rgb(172,118,99); }
H1.HeaderClassName
{
color: #AC7663;
}
.AnyTagClassName
{
color: #AC7663;
}
</style>
background-color css
<style>
a { background-color: #AC7663; }
a { background-color: rgb(172,118,99); }
div.DivClassName
{
background-color: #AC7663;
}
.BgClassName
{
background-color: #AC7663;
}
</style>
border-color css
<style>
span { border-color: #AC7663; }
span { border-color: rgb(172,118,99); }
td.TdClassName
{
border-color: #AC7663;
}
.TagClassName
{
border-color: #AC7663;
}
</style>