Shades of Toast #AC725B
Tints of Toast #AC725B
RGB
CMYK
RGB Variations
Color information
#AC725B (or 0xAC725B) is known color: Toast. HEX triplet: AC, 72 and 5B. RGB value is (172,114,91). Sum of RGB (Red+Green+Blue) = 172+114+91=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC725B is #538DA4. Grayscale: #808080. Windows color (decimal): -5475749 or 5993132. OLE color: 5993132.
HSL color Cylindrical-coordinate representation of color #AC725B: hue angle of 17.04º 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 #AC725B is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 91 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.33 |
| HSL | 17.04º | 0.33% | 0.52% | - |
| HSV(B) | 17.04º | 0.47% | 0.67% | - |
| XYZ | 24.92 | 21.56 | 12.75 | - |
| YUV | 128.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 91 | 0 | 0.34 | 0.47 | 0.33 | 17.04 | 0.33 | 0.52 |
| Hex | AC | 72 | 5B | 0 | 22 | 2F | 21 | 11 | 21 | 34 |
| Octal | 254 | 162 | 133 | 0 | 42 | 57 | 41 | 21 | 41 | 64 |
| Binary | 10101100 | 1110010 | 1011011 | 0 | 100010 | 101111 | 100001 | 10001 | 100001 | 110100 |
Color Harmonies of #AC725B
Complementary color
Monochromatic Colors of #AC725B
Black with #AC725B
Text Example
Text Example
White with #AC725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC725B; }
p { color: rgb(172,114,91); }
H1.HeaderClassName
{
color: #AC725B;
}
.AnyTagClassName
{
color: #AC725B;
}
</style>
background-color css
<style>
a { background-color: #AC725B; }
a { background-color: rgb(172,114,91); }
div.DivClassName
{
background-color: #AC725B;
}
.BgClassName
{
background-color: #AC725B;
}
</style>
border-color css
<style>
span { border-color: #AC725B; }
span { border-color: rgb(172,114,91); }
td.TdClassName
{
border-color: #AC725B;
}
.TagClassName
{
border-color: #AC725B;
}
</style>