Shades of Toast #A8755E
Tints of Toast #A8755E
RGB
CMYK
RGB Variations
Color information
#A8755E (or 0xA8755E) is known color: Toast. HEX triplet: A8, 75 and 5E. RGB value is (168,117,94). Sum of RGB (Red+Green+Blue) = 168+117+94=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8755E is #578AA1. Grayscale: #818181. Windows color (decimal): -5737122 or 6190504. OLE color: 6190504.
HSL color Cylindrical-coordinate representation of color #A8755E: hue angle of 18.65º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8755E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 94 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.34 |
| HSL | 18.65º | 0.3% | 0.51% | - |
| HSV(B) | 18.65º | 0.44% | 0.66% | - |
| XYZ | 24.53 | 21.86 | 13.52 | - |
| YUV | 129.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 94 | 0 | 0.30 | 0.44 | 0.34 | 18.65 | 0.3 | 0.51 |
| Hex | A8 | 75 | 5E | 0 | 1E | 2C | 22 | 13 | 1E | 33 |
| Octal | 250 | 165 | 136 | 0 | 36 | 54 | 42 | 23 | 36 | 63 |
| Binary | 10101000 | 1110101 | 1011110 | 0 | 11110 | 101100 | 100010 | 10011 | 11110 | 110011 |
Color Harmonies of #A8755E
Complementary color
Monochromatic Colors of #A8755E
Black with #A8755E
Text Example
Text Example
White with #A8755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8755E; }
p { color: rgb(168,117,94); }
H1.HeaderClassName
{
color: #A8755E;
}
.AnyTagClassName
{
color: #A8755E;
}
</style>
background-color css
<style>
a { background-color: #A8755E; }
a { background-color: rgb(168,117,94); }
div.DivClassName
{
background-color: #A8755E;
}
.BgClassName
{
background-color: #A8755E;
}
</style>
border-color css
<style>
span { border-color: #A8755E; }
span { border-color: rgb(168,117,94); }
td.TdClassName
{
border-color: #A8755E;
}
.TagClassName
{
border-color: #A8755E;
}
</style>