Shades of Toast #A87260
Tints of Toast #A87260
RGB
CMYK
RGB Variations
Color information
#A87260 (or 0xA87260) is known color: Toast. HEX triplet: A8, 72 and 60. RGB value is (168,114,96). Sum of RGB (Red+Green+Blue) = 168+114+96=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A87260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87260 is #578D9F. Grayscale: #808080. Windows color (decimal): -5737888 or 6320808. OLE color: 6320808.
HSL color Cylindrical-coordinate representation of color #A87260: hue angle of 15º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87260 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 96 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.34 |
| HSL | 15º | 0.29% | 0.52% | - |
| HSV(B) | 15º | 0.43% | 0.66% | - |
| XYZ | 24.28 | 21.2 | 13.88 | - |
| YUV | 128.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 96 | 0 | 0.32 | 0.43 | 0.34 | 15 | 0.29 | 0.52 |
| Hex | A8 | 72 | 60 | 0 | 20 | 2B | 22 | F | 1D | 34 |
| Octal | 250 | 162 | 140 | 0 | 40 | 53 | 42 | 17 | 35 | 64 |
| Binary | 10101000 | 1110010 | 1100000 | 0 | 100000 | 101011 | 100010 | 1111 | 11101 | 110100 |
Color Harmonies of #A87260
Complementary color
Monochromatic Colors of #A87260
Black with #A87260
Text Example
Text Example
White with #A87260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87260; }
p { color: rgb(168,114,96); }
H1.HeaderClassName
{
color: #A87260;
}
.AnyTagClassName
{
color: #A87260;
}
</style>
background-color css
<style>
a { background-color: #A87260; }
a { background-color: rgb(168,114,96); }
div.DivClassName
{
background-color: #A87260;
}
.BgClassName
{
background-color: #A87260;
}
</style>
border-color css
<style>
span { border-color: #A87260; }
span { border-color: rgb(168,114,96); }
td.TdClassName
{
border-color: #A87260;
}
.TagClassName
{
border-color: #A87260;
}
</style>