Shades of Toast #AC735D
Tints of Toast #AC735D
RGB
CMYK
RGB Variations
Color information
#AC735D (or 0xAC735D) is known color: Toast. HEX triplet: AC, 73 and 5D. RGB value is (172,115,93). Sum of RGB (Red+Green+Blue) = 172+115+93=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC735D is #538CA2. Grayscale: #818181. Windows color (decimal): -5475491 or 6124460. OLE color: 6124460.
HSL color Cylindrical-coordinate representation of color #AC735D: hue angle of 16.71º 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 #AC735D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 93 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.33 |
| HSL | 16.71º | 0.32% | 0.52% | - |
| HSV(B) | 16.71º | 0.46% | 0.67% | - |
| XYZ | 25.12 | 21.82 | 13.24 | - |
| YUV | 129.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 93 | 0 | 0.33 | 0.46 | 0.33 | 16.71 | 0.32 | 0.52 |
| Hex | AC | 73 | 5D | 0 | 21 | 2E | 21 | 11 | 20 | 34 |
| Octal | 254 | 163 | 135 | 0 | 41 | 56 | 41 | 21 | 40 | 64 |
| Binary | 10101100 | 1110011 | 1011101 | 0 | 100001 | 101110 | 100001 | 10001 | 100000 | 110100 |
Color Harmonies of #AC735D
Complementary color
Monochromatic Colors of #AC735D
Black with #AC735D
Text Example
Text Example
White with #AC735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC735D; }
p { color: rgb(172,115,93); }
H1.HeaderClassName
{
color: #AC735D;
}
.AnyTagClassName
{
color: #AC735D;
}
</style>
background-color css
<style>
a { background-color: #AC735D; }
a { background-color: rgb(172,115,93); }
div.DivClassName
{
background-color: #AC735D;
}
.BgClassName
{
background-color: #AC735D;
}
</style>
border-color css
<style>
span { border-color: #AC735D; }
span { border-color: rgb(172,115,93); }
td.TdClassName
{
border-color: #AC735D;
}
.TagClassName
{
border-color: #AC735D;
}
</style>