Shades of Toast #A87869
Tints of Toast #A87869
RGB
CMYK
RGB Variations
Color information
#A87869 (or 0xA87869) is known color: Toast. HEX triplet: A8, 78 and 69. RGB value is (168,120,105). Sum of RGB (Red+Green+Blue) = 168+120+105=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A87869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87869 is #578796. Grayscale: #848484. Windows color (decimal): -5736343 or 6912168. OLE color: 6912168.
HSL color Cylindrical-coordinate representation of color #A87869: hue angle of 14.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A87869 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 105 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.34 |
| HSL | 14.29º | 0.27% | 0.54% | - |
| HSV(B) | 14.29º | 0.38% | 0.66% | - |
| XYZ | 25.41 | 22.78 | 16.42 | - |
| YUV | 132.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 105 | 0 | 0.29 | 0.38 | 0.34 | 14.29 | 0.27 | 0.54 |
| Hex | A8 | 78 | 69 | 0 | 1D | 26 | 22 | E | 1B | 36 |
| Octal | 250 | 170 | 151 | 0 | 35 | 46 | 42 | 16 | 33 | 66 |
| Binary | 10101000 | 1111000 | 1101001 | 0 | 11101 | 100110 | 100010 | 1110 | 11011 | 110110 |
Color Harmonies of #A87869
Complementary color
Monochromatic Colors of #A87869
Black with #A87869
Text Example
Text Example
White with #A87869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87869; }
p { color: rgb(168,120,105); }
H1.HeaderClassName
{
color: #A87869;
}
.AnyTagClassName
{
color: #A87869;
}
</style>
background-color css
<style>
a { background-color: #A87869; }
a { background-color: rgb(168,120,105); }
div.DivClassName
{
background-color: #A87869;
}
.BgClassName
{
background-color: #A87869;
}
</style>
border-color css
<style>
span { border-color: #A87869; }
span { border-color: rgb(168,120,105); }
td.TdClassName
{
border-color: #A87869;
}
.TagClassName
{
border-color: #A87869;
}
</style>