Shades of Toast #AC755C
Tints of Toast #AC755C
RGB
CMYK
RGB Variations
Color information
#AC755C (or 0xAC755C) is known color: Toast. HEX triplet: AC, 75 and 5C. RGB value is (172,117,92). Sum of RGB (Red+Green+Blue) = 172+117+92=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC755C is #538AA3. Grayscale: #828282. Windows color (decimal): -5474980 or 6059436. OLE color: 6059436.
HSL color Cylindrical-coordinate representation of color #AC755C: hue angle of 18.75º 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 #AC755C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 92 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.33 |
| HSL | 18.75º | 0.33% | 0.52% | - |
| HSV(B) | 18.75º | 0.47% | 0.67% | - |
| XYZ | 25.31 | 22.27 | 13.09 | - |
| YUV | 130.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 92 | 0 | 0.32 | 0.47 | 0.33 | 18.75 | 0.33 | 0.52 |
| Hex | AC | 75 | 5C | 0 | 20 | 2F | 21 | 13 | 21 | 34 |
| Octal | 254 | 165 | 134 | 0 | 40 | 57 | 41 | 23 | 41 | 64 |
| Binary | 10101100 | 1110101 | 1011100 | 0 | 100000 | 101111 | 100001 | 10011 | 100001 | 110100 |
Color Harmonies of #AC755C
Complementary color
Monochromatic Colors of #AC755C
Black with #AC755C
Text Example
Text Example
White with #AC755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC755C; }
p { color: rgb(172,117,92); }
H1.HeaderClassName
{
color: #AC755C;
}
.AnyTagClassName
{
color: #AC755C;
}
</style>
background-color css
<style>
a { background-color: #AC755C; }
a { background-color: rgb(172,117,92); }
div.DivClassName
{
background-color: #AC755C;
}
.BgClassName
{
background-color: #AC755C;
}
</style>
border-color css
<style>
span { border-color: #AC755C; }
span { border-color: rgb(172,117,92); }
td.TdClassName
{
border-color: #AC755C;
}
.TagClassName
{
border-color: #AC755C;
}
</style>