Shades of Toast #A96E5E
Tints of Toast #A96E5E
RGB
CMYK
RGB Variations
Color information
#A96E5E (or 0xA96E5E) is known color: Toast. HEX triplet: A9, 6E and 5E. RGB value is (169,110,94). Sum of RGB (Red+Green+Blue) = 169+110+94=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E5E is #5691A1. Grayscale: #7D7D7D. Windows color (decimal): -5673378 or 6188713. OLE color: 6188713.
HSL color Cylindrical-coordinate representation of color #A96E5E: hue angle of 12.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96E5E is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 94 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.34 |
| HSL | 12.8º | 0.3% | 0.52% | - |
| HSV(B) | 12.8º | 0.44% | 0.66% | - |
| XYZ | 23.96 | 20.4 | 13.26 | - |
| YUV | 125.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 94 | 0 | 0.35 | 0.44 | 0.34 | 12.8 | 0.3 | 0.52 |
| Hex | A9 | 6E | 5E | 0 | 23 | 2C | 22 | D | 1E | 34 |
| Octal | 251 | 156 | 136 | 0 | 43 | 54 | 42 | 15 | 36 | 64 |
| Binary | 10101001 | 1101110 | 1011110 | 0 | 100011 | 101100 | 100010 | 1101 | 11110 | 110100 |
Color Harmonies of #A96E5E
Complementary color
Monochromatic Colors of #A96E5E
Black with #A96E5E
Text Example
Text Example
White with #A96E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E5E; }
p { color: rgb(169,110,94); }
H1.HeaderClassName
{
color: #A96E5E;
}
.AnyTagClassName
{
color: #A96E5E;
}
</style>
background-color css
<style>
a { background-color: #A96E5E; }
a { background-color: rgb(169,110,94); }
div.DivClassName
{
background-color: #A96E5E;
}
.BgClassName
{
background-color: #A96E5E;
}
</style>
border-color css
<style>
span { border-color: #A96E5E; }
span { border-color: rgb(169,110,94); }
td.TdClassName
{
border-color: #A96E5E;
}
.TagClassName
{
border-color: #A96E5E;
}
</style>