Shades of Toast #AC755A
Tints of Toast #AC755A
RGB
CMYK
RGB Variations
Color information
#AC755A (or 0xAC755A) is known color: Toast. HEX triplet: AC, 75 and 5A. RGB value is (172,117,90). Sum of RGB (Red+Green+Blue) = 172+117+90=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC755A is #538AA5. Grayscale: #828282. Windows color (decimal): -5474982 or 5928364. OLE color: 5928364.
HSL color Cylindrical-coordinate representation of color #AC755A: hue angle of 19.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC755A is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 90 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.33 |
| HSL | 19.76º | 0.33% | 0.51% | - |
| HSV(B) | 19.76º | 0.48% | 0.67% | - |
| XYZ | 25.22 | 22.23 | 12.63 | - |
| YUV | 130.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 90 | 0 | 0.32 | 0.48 | 0.33 | 19.76 | 0.33 | 0.51 |
| Hex | AC | 75 | 5A | 0 | 20 | 30 | 21 | 14 | 21 | 33 |
| Octal | 254 | 165 | 132 | 0 | 40 | 60 | 41 | 24 | 41 | 63 |
| Binary | 10101100 | 1110101 | 1011010 | 0 | 100000 | 110000 | 100001 | 10100 | 100001 | 110011 |
Color Harmonies of #AC755A
Complementary color
Monochromatic Colors of #AC755A
Black with #AC755A
Text Example
Text Example
White with #AC755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC755A; }
p { color: rgb(172,117,90); }
H1.HeaderClassName
{
color: #AC755A;
}
.AnyTagClassName
{
color: #AC755A;
}
</style>
background-color css
<style>
a { background-color: #AC755A; }
a { background-color: rgb(172,117,90); }
div.DivClassName
{
background-color: #AC755A;
}
.BgClassName
{
background-color: #AC755A;
}
</style>
border-color css
<style>
span { border-color: #AC755A; }
span { border-color: rgb(172,117,90); }
td.TdClassName
{
border-color: #AC755A;
}
.TagClassName
{
border-color: #AC755A;
}
</style>