Shades of Toast #AC765F
Tints of Toast #AC765F
RGB
CMYK
RGB Variations
Color information
#AC765F (or 0xAC765F) is known color: Toast. HEX triplet: AC, 76 and 5F. RGB value is (172,118,95). Sum of RGB (Red+Green+Blue) = 172+118+95=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC765F is #5389A0. Grayscale: #838383. Windows color (decimal): -5474721 or 6256300. OLE color: 6256300.
HSL color Cylindrical-coordinate representation of color #AC765F: hue angle of 17.92º 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 #AC765F is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 95 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.33 |
| HSL | 17.92º | 0.32% | 0.52% | - |
| HSV(B) | 17.92º | 0.45% | 0.67% | - |
| XYZ | 25.56 | 22.55 | 13.83 | - |
| YUV | 131.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 95 | 0 | 0.31 | 0.45 | 0.33 | 17.92 | 0.32 | 0.52 |
| Hex | AC | 76 | 5F | 0 | 1F | 2D | 21 | 12 | 20 | 34 |
| Octal | 254 | 166 | 137 | 0 | 37 | 55 | 41 | 22 | 40 | 64 |
| Binary | 10101100 | 1110110 | 1011111 | 0 | 11111 | 101101 | 100001 | 10010 | 100000 | 110100 |
Color Harmonies of #AC765F
Complementary color
Monochromatic Colors of #AC765F
Black with #AC765F
Text Example
Text Example
White with #AC765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC765F; }
p { color: rgb(172,118,95); }
H1.HeaderClassName
{
color: #AC765F;
}
.AnyTagClassName
{
color: #AC765F;
}
</style>
background-color css
<style>
a { background-color: #AC765F; }
a { background-color: rgb(172,118,95); }
div.DivClassName
{
background-color: #AC765F;
}
.BgClassName
{
background-color: #AC765F;
}
</style>
border-color css
<style>
span { border-color: #AC765F; }
span { border-color: rgb(172,118,95); }
td.TdClassName
{
border-color: #AC765F;
}
.TagClassName
{
border-color: #AC765F;
}
</style>