Shades of Toast #A8765E
Tints of Toast #A8765E
RGB
CMYK
RGB Variations
Color information
#A8765E (or 0xA8765E) is known color: Toast. HEX triplet: A8, 76 and 5E. RGB value is (168,118,94). Sum of RGB (Red+Green+Blue) = 168+118+94=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8765E is #5789A1. Grayscale: #828282. Windows color (decimal): -5736866 or 6190760. OLE color: 6190760.
HSL color Cylindrical-coordinate representation of color #A8765E: hue angle of 19.46º 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 #A8765E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 94 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.34 |
| HSL | 19.46º | 0.3% | 0.51% | - |
| HSV(B) | 19.46º | 0.44% | 0.66% | - |
| XYZ | 24.65 | 22.09 | 13.55 | - |
| YUV | 130.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 94 | 0 | 0.30 | 0.44 | 0.34 | 19.46 | 0.3 | 0.51 |
| Hex | A8 | 76 | 5E | 0 | 1E | 2C | 22 | 13 | 1E | 33 |
| Octal | 250 | 166 | 136 | 0 | 36 | 54 | 42 | 23 | 36 | 63 |
| Binary | 10101000 | 1110110 | 1011110 | 0 | 11110 | 101100 | 100010 | 10011 | 11110 | 110011 |
Color Harmonies of #A8765E
Complementary color
Monochromatic Colors of #A8765E
Black with #A8765E
Text Example
Text Example
White with #A8765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8765E; }
p { color: rgb(168,118,94); }
H1.HeaderClassName
{
color: #A8765E;
}
.AnyTagClassName
{
color: #A8765E;
}
</style>
background-color css
<style>
a { background-color: #A8765E; }
a { background-color: rgb(168,118,94); }
div.DivClassName
{
background-color: #A8765E;
}
.BgClassName
{
background-color: #A8765E;
}
</style>
border-color css
<style>
span { border-color: #A8765E; }
span { border-color: rgb(168,118,94); }
td.TdClassName
{
border-color: #A8765E;
}
.TagClassName
{
border-color: #A8765E;
}
</style>