Shades of Toast #AC735F
Tints of Toast #AC735F
RGB
CMYK
RGB Variations
Color information
#AC735F (or 0xAC735F) is known color: Toast. HEX triplet: AC, 73 and 5F. RGB value is (172,115,95). Sum of RGB (Red+Green+Blue) = 172+115+95=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC735F is #538CA0. Grayscale: #818181. Windows color (decimal): -5475489 or 6255532. OLE color: 6255532.
HSL color Cylindrical-coordinate representation of color #AC735F: hue angle of 15.58º 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 #AC735F is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 95 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.33 |
| HSL | 15.58º | 0.32% | 0.52% | - |
| HSV(B) | 15.58º | 0.45% | 0.67% | - |
| XYZ | 25.21 | 21.86 | 13.72 | - |
| YUV | 129.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 95 | 0 | 0.33 | 0.45 | 0.33 | 15.58 | 0.32 | 0.52 |
| Hex | AC | 73 | 5F | 0 | 21 | 2D | 21 | 10 | 20 | 34 |
| Octal | 254 | 163 | 137 | 0 | 41 | 55 | 41 | 20 | 40 | 64 |
| Binary | 10101100 | 1110011 | 1011111 | 0 | 100001 | 101101 | 100001 | 10000 | 100000 | 110100 |
Color Harmonies of #AC735F
Complementary color
Monochromatic Colors of #AC735F
Black with #AC735F
Text Example
Text Example
White with #AC735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC735F; }
p { color: rgb(172,115,95); }
H1.HeaderClassName
{
color: #AC735F;
}
.AnyTagClassName
{
color: #AC735F;
}
</style>
background-color css
<style>
a { background-color: #AC735F; }
a { background-color: rgb(172,115,95); }
div.DivClassName
{
background-color: #AC735F;
}
.BgClassName
{
background-color: #AC735F;
}
</style>
border-color css
<style>
span { border-color: #AC735F; }
span { border-color: rgb(172,115,95); }
td.TdClassName
{
border-color: #AC735F;
}
.TagClassName
{
border-color: #AC735F;
}
</style>