Shades of Toast #A87969
Tints of Toast #A87969
RGB
CMYK
RGB Variations
Color information
#A87969 (or 0xA87969) is known color: Toast. HEX triplet: A8, 79 and 69. RGB value is (168,121,105). Sum of RGB (Red+Green+Blue) = 168+121+105=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A87969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87969 is #578696. Grayscale: #858585. Windows color (decimal): -5736087 or 6912424. OLE color: 6912424.
HSL color Cylindrical-coordinate representation of color #A87969: hue angle of 15.24º 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 #A87969 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 105 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.34 |
| HSL | 15.24º | 0.27% | 0.54% | - |
| HSV(B) | 15.24º | 0.38% | 0.66% | - |
| XYZ | 25.54 | 23.02 | 16.46 | - |
| YUV | 133.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 105 | 0 | 0.28 | 0.38 | 0.34 | 15.24 | 0.27 | 0.54 |
| Hex | A8 | 79 | 69 | 0 | 1C | 26 | 22 | F | 1B | 36 |
| Octal | 250 | 171 | 151 | 0 | 34 | 46 | 42 | 17 | 33 | 66 |
| Binary | 10101000 | 1111001 | 1101001 | 0 | 11100 | 100110 | 100010 | 1111 | 11011 | 110110 |
Color Harmonies of #A87969
Complementary color
Monochromatic Colors of #A87969
Black with #A87969
Text Example
Text Example
White with #A87969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87969; }
p { color: rgb(168,121,105); }
H1.HeaderClassName
{
color: #A87969;
}
.AnyTagClassName
{
color: #A87969;
}
</style>
background-color css
<style>
a { background-color: #A87969; }
a { background-color: rgb(168,121,105); }
div.DivClassName
{
background-color: #A87969;
}
.BgClassName
{
background-color: #A87969;
}
</style>
border-color css
<style>
span { border-color: #A87969; }
span { border-color: rgb(168,121,105); }
td.TdClassName
{
border-color: #A87969;
}
.TagClassName
{
border-color: #A87969;
}
</style>