Shades of Toast #A9705E
Tints of Toast #A9705E
RGB
CMYK
RGB Variations
Color information
#A9705E (or 0xA9705E) is known color: Toast. HEX triplet: A9, 70 and 5E. RGB value is (169,112,94). Sum of RGB (Red+Green+Blue) = 169+112+94=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9705E is #568FA1. Grayscale: #7F7F7F. Windows color (decimal): -5672866 or 6189225. OLE color: 6189225.
HSL color Cylindrical-coordinate representation of color #A9705E: hue angle of 14.4º 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 #A9705E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 94 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.34 |
| HSL | 14.4º | 0.3% | 0.52% | - |
| HSV(B) | 14.4º | 0.44% | 0.66% | - |
| XYZ | 24.18 | 20.83 | 13.34 | - |
| YUV | 126.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 94 | 0 | 0.34 | 0.44 | 0.34 | 14.4 | 0.3 | 0.52 |
| Hex | A9 | 70 | 5E | 0 | 22 | 2C | 22 | E | 1E | 34 |
| Octal | 251 | 160 | 136 | 0 | 42 | 54 | 42 | 16 | 36 | 64 |
| Binary | 10101001 | 1110000 | 1011110 | 0 | 100010 | 101100 | 100010 | 1110 | 11110 | 110100 |
Color Harmonies of #A9705E
Complementary color
Monochromatic Colors of #A9705E
Black with #A9705E
Text Example
Text Example
White with #A9705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9705E; }
p { color: rgb(169,112,94); }
H1.HeaderClassName
{
color: #A9705E;
}
.AnyTagClassName
{
color: #A9705E;
}
</style>
background-color css
<style>
a { background-color: #A9705E; }
a { background-color: rgb(169,112,94); }
div.DivClassName
{
background-color: #A9705E;
}
.BgClassName
{
background-color: #A9705E;
}
</style>
border-color css
<style>
span { border-color: #A9705E; }
span { border-color: rgb(169,112,94); }
td.TdClassName
{
border-color: #A9705E;
}
.TagClassName
{
border-color: #A9705E;
}
</style>