Shades of Toast #A87968
Tints of Toast #A87968
RGB
CMYK
RGB Variations
Color information
#A87968 (or 0xA87968) is known color: Toast. HEX triplet: A8, 79 and 68. RGB value is (168,121,104). Sum of RGB (Red+Green+Blue) = 168+121+104=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A87968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87968 is #578697. Grayscale: #858585. Windows color (decimal): -5736088 or 6846888. OLE color: 6846888.
HSL color Cylindrical-coordinate representation of color #A87968: hue angle of 15.94º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A87968 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 104 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.34 |
| HSL | 15.94º | 0.27% | 0.53% | - |
| HSV(B) | 15.94º | 0.38% | 0.66% | - |
| XYZ | 25.48 | 23 | 16.19 | - |
| YUV | 133.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 104 | 0 | 0.28 | 0.38 | 0.34 | 15.94 | 0.27 | 0.53 |
| Hex | A8 | 79 | 68 | 0 | 1C | 26 | 22 | 10 | 1B | 35 |
| Octal | 250 | 171 | 150 | 0 | 34 | 46 | 42 | 20 | 33 | 65 |
| Binary | 10101000 | 1111001 | 1101000 | 0 | 11100 | 100110 | 100010 | 10000 | 11011 | 110101 |
Color Harmonies of #A87968
Complementary color
Monochromatic Colors of #A87968
Black with #A87968
Text Example
Text Example
White with #A87968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87968; }
p { color: rgb(168,121,104); }
H1.HeaderClassName
{
color: #A87968;
}
.AnyTagClassName
{
color: #A87968;
}
</style>
background-color css
<style>
a { background-color: #A87968; }
a { background-color: rgb(168,121,104); }
div.DivClassName
{
background-color: #A87968;
}
.BgClassName
{
background-color: #A87968;
}
</style>
border-color css
<style>
span { border-color: #A87968; }
span { border-color: rgb(168,121,104); }
td.TdClassName
{
border-color: #A87968;
}
.TagClassName
{
border-color: #A87968;
}
</style>