Shades of Toast #AC745F
Tints of Toast #AC745F
RGB
CMYK
RGB Variations
Color information
#AC745F (or 0xAC745F) is known color: Toast. HEX triplet: AC, 74 and 5F. RGB value is (172,116,95). Sum of RGB (Red+Green+Blue) = 172+116+95=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC745F is #538BA0. Grayscale: #828282. Windows color (decimal): -5475233 or 6255788. OLE color: 6255788.
HSL color Cylindrical-coordinate representation of color #AC745F: hue angle of 16.36º 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 #AC745F is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 95 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.33 |
| HSL | 16.36º | 0.32% | 0.52% | - |
| HSV(B) | 16.36º | 0.45% | 0.67% | - |
| XYZ | 25.32 | 22.09 | 13.76 | - |
| YUV | 130.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 95 | 0 | 0.33 | 0.45 | 0.33 | 16.36 | 0.32 | 0.52 |
| Hex | AC | 74 | 5F | 0 | 21 | 2D | 21 | 10 | 20 | 34 |
| Octal | 254 | 164 | 137 | 0 | 41 | 55 | 41 | 20 | 40 | 64 |
| Binary | 10101100 | 1110100 | 1011111 | 0 | 100001 | 101101 | 100001 | 10000 | 100000 | 110100 |
Color Harmonies of #AC745F
Complementary color
Monochromatic Colors of #AC745F
Black with #AC745F
Text Example
Text Example
White with #AC745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC745F; }
p { color: rgb(172,116,95); }
H1.HeaderClassName
{
color: #AC745F;
}
.AnyTagClassName
{
color: #AC745F;
}
</style>
background-color css
<style>
a { background-color: #AC745F; }
a { background-color: rgb(172,116,95); }
div.DivClassName
{
background-color: #AC745F;
}
.BgClassName
{
background-color: #AC745F;
}
</style>
border-color css
<style>
span { border-color: #AC745F; }
span { border-color: rgb(172,116,95); }
td.TdClassName
{
border-color: #AC745F;
}
.TagClassName
{
border-color: #AC745F;
}
</style>