Shades of Toast #AC705D
Tints of Toast #AC705D
RGB
CMYK
RGB Variations
Color information
#AC705D (or 0xAC705D) is known color: Toast. HEX triplet: AC, 70 and 5D. RGB value is (172,112,93). Sum of RGB (Red+Green+Blue) = 172+112+93=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC705D is #538FA2. Grayscale: #7F7F7F. Windows color (decimal): -5476259 or 6123692. OLE color: 6123692.
HSL color Cylindrical-coordinate representation of color #AC705D: hue angle of 14.43º 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 #AC705D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 93 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.33 |
| HSL | 14.43º | 0.32% | 0.52% | - |
| HSV(B) | 14.43º | 0.46% | 0.67% | - |
| XYZ | 24.78 | 21.15 | 13.13 | - |
| YUV | 127.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 93 | 0 | 0.35 | 0.46 | 0.33 | 14.43 | 0.32 | 0.52 |
| Hex | AC | 70 | 5D | 0 | 23 | 2E | 21 | E | 20 | 34 |
| Octal | 254 | 160 | 135 | 0 | 43 | 56 | 41 | 16 | 40 | 64 |
| Binary | 10101100 | 1110000 | 1011101 | 0 | 100011 | 101110 | 100001 | 1110 | 100000 | 110100 |
Color Harmonies of #AC705D
Complementary color
Monochromatic Colors of #AC705D
Black with #AC705D
Text Example
Text Example
White with #AC705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC705D; }
p { color: rgb(172,112,93); }
H1.HeaderClassName
{
color: #AC705D;
}
.AnyTagClassName
{
color: #AC705D;
}
</style>
background-color css
<style>
a { background-color: #AC705D; }
a { background-color: rgb(172,112,93); }
div.DivClassName
{
background-color: #AC705D;
}
.BgClassName
{
background-color: #AC705D;
}
</style>
border-color css
<style>
span { border-color: #AC705D; }
span { border-color: rgb(172,112,93); }
td.TdClassName
{
border-color: #AC705D;
}
.TagClassName
{
border-color: #AC705D;
}
</style>