Shades of Toast #AC725C
Tints of Toast #AC725C
RGB
CMYK
RGB Variations
Color information
#AC725C (or 0xAC725C) is known color: Toast. HEX triplet: AC, 72 and 5C. RGB value is (172,114,92). Sum of RGB (Red+Green+Blue) = 172+114+92=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC725C is #538DA3. Grayscale: #808080. Windows color (decimal): -5475748 or 6058668. OLE color: 6058668.
HSL color Cylindrical-coordinate representation of color #AC725C: hue angle of 16.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC725C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 92 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.33 |
| HSL | 16.5º | 0.33% | 0.52% | - |
| HSV(B) | 16.5º | 0.47% | 0.67% | - |
| XYZ | 24.96 | 21.58 | 12.97 | - |
| YUV | 128.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 92 | 0 | 0.34 | 0.47 | 0.33 | 16.5 | 0.33 | 0.52 |
| Hex | AC | 72 | 5C | 0 | 22 | 2F | 21 | 10 | 21 | 34 |
| Octal | 254 | 162 | 134 | 0 | 42 | 57 | 41 | 20 | 41 | 64 |
| Binary | 10101100 | 1110010 | 1011100 | 0 | 100010 | 101111 | 100001 | 10000 | 100001 | 110100 |
Color Harmonies of #AC725C
Complementary color
Monochromatic Colors of #AC725C
Black with #AC725C
Text Example
Text Example
White with #AC725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC725C; }
p { color: rgb(172,114,92); }
H1.HeaderClassName
{
color: #AC725C;
}
.AnyTagClassName
{
color: #AC725C;
}
</style>
background-color css
<style>
a { background-color: #AC725C; }
a { background-color: rgb(172,114,92); }
div.DivClassName
{
background-color: #AC725C;
}
.BgClassName
{
background-color: #AC725C;
}
</style>
border-color css
<style>
span { border-color: #AC725C; }
span { border-color: rgb(172,114,92); }
td.TdClassName
{
border-color: #AC725C;
}
.TagClassName
{
border-color: #AC725C;
}
</style>