Shades of Toast #A87A6B
Tints of Toast #A87A6B
RGB
CMYK
RGB Variations
Color information
#A87A6B (or 0xA87A6B) is known color: Toast. HEX triplet: A8, 7A and 6B. RGB value is (168,122,107). Sum of RGB (Red+Green+Blue) = 168+122+107=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A6B is #578594. Grayscale: #868686. Windows color (decimal): -5735829 or 7043752. OLE color: 7043752.
HSL color Cylindrical-coordinate representation of color #A87A6B: hue angle of 14.75º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A87A6B is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 107 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.34 |
| HSL | 14.75º | 0.26% | 0.54% | - |
| HSV(B) | 14.75º | 0.36% | 0.66% | - |
| XYZ | 25.76 | 23.31 | 17.05 | - |
| YUV | 134.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 107 | 0 | 0.27 | 0.36 | 0.34 | 14.75 | 0.26 | 0.54 |
| Hex | A8 | 7A | 6B | 0 | 1B | 24 | 22 | F | 1A | 36 |
| Octal | 250 | 172 | 153 | 0 | 33 | 44 | 42 | 17 | 32 | 66 |
| Binary | 10101000 | 1111010 | 1101011 | 0 | 11011 | 100100 | 100010 | 1111 | 11010 | 110110 |
Color Harmonies of #A87A6B
Complementary color
Monochromatic Colors of #A87A6B
Black with #A87A6B
Text Example
Text Example
White with #A87A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A6B; }
p { color: rgb(168,122,107); }
H1.HeaderClassName
{
color: #A87A6B;
}
.AnyTagClassName
{
color: #A87A6B;
}
</style>
background-color css
<style>
a { background-color: #A87A6B; }
a { background-color: rgb(168,122,107); }
div.DivClassName
{
background-color: #A87A6B;
}
.BgClassName
{
background-color: #A87A6B;
}
</style>
border-color css
<style>
span { border-color: #A87A6B; }
span { border-color: rgb(168,122,107); }
td.TdClassName
{
border-color: #A87A6B;
}
.TagClassName
{
border-color: #A87A6B;
}
</style>