Shades of Toast #AC725D
Tints of Toast #AC725D
RGB
CMYK
RGB Variations
Color information
#AC725D (or 0xAC725D) is known color: Toast. HEX triplet: AC, 72 and 5D. RGB value is (172,114,93). Sum of RGB (Red+Green+Blue) = 172+114+93=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC725D is #538DA2. Grayscale: #818181. Windows color (decimal): -5475747 or 6124204. OLE color: 6124204.
HSL color Cylindrical-coordinate representation of color #AC725D: hue angle of 15.95º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC725D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 93 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.33 |
| HSL | 15.95º | 0.32% | 0.52% | - |
| HSV(B) | 15.95º | 0.46% | 0.67% | - |
| XYZ | 25.01 | 21.6 | 13.21 | - |
| YUV | 128.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 93 | 0 | 0.34 | 0.46 | 0.33 | 15.95 | 0.32 | 0.52 |
| Hex | AC | 72 | 5D | 0 | 22 | 2E | 21 | 10 | 20 | 34 |
| Octal | 254 | 162 | 135 | 0 | 42 | 56 | 41 | 20 | 40 | 64 |
| Binary | 10101100 | 1110010 | 1011101 | 0 | 100010 | 101110 | 100001 | 10000 | 100000 | 110100 |
Color Harmonies of #AC725D
Complementary color
Monochromatic Colors of #AC725D
Black with #AC725D
Text Example
Text Example
White with #AC725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC725D; }
p { color: rgb(172,114,93); }
H1.HeaderClassName
{
color: #AC725D;
}
.AnyTagClassName
{
color: #AC725D;
}
</style>
background-color css
<style>
a { background-color: #AC725D; }
a { background-color: rgb(172,114,93); }
div.DivClassName
{
background-color: #AC725D;
}
.BgClassName
{
background-color: #AC725D;
}
</style>
border-color css
<style>
span { border-color: #AC725D; }
span { border-color: rgb(172,114,93); }
td.TdClassName
{
border-color: #AC725D;
}
.TagClassName
{
border-color: #AC725D;
}
</style>