Shades of Toast #A9715E
Tints of Toast #A9715E
RGB
CMYK
RGB Variations
Color information
#A9715E (or 0xA9715E) is known color: Toast. HEX triplet: A9, 71 and 5E. RGB value is (169,113,94). Sum of RGB (Red+Green+Blue) = 169+113+94=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9715E is #568EA1. Grayscale: #7F7F7F. Windows color (decimal): -5672610 or 6189481. OLE color: 6189481.
HSL color Cylindrical-coordinate representation of color #A9715E: hue angle of 15.2º 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 #A9715E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 94 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.34 |
| HSL | 15.2º | 0.3% | 0.52% | - |
| HSV(B) | 15.2º | 0.44% | 0.66% | - |
| XYZ | 24.29 | 21.05 | 13.37 | - |
| YUV | 127.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 94 | 0 | 0.33 | 0.44 | 0.34 | 15.2 | 0.3 | 0.52 |
| Hex | A9 | 71 | 5E | 0 | 21 | 2C | 22 | F | 1E | 34 |
| Octal | 251 | 161 | 136 | 0 | 41 | 54 | 42 | 17 | 36 | 64 |
| Binary | 10101001 | 1110001 | 1011110 | 0 | 100001 | 101100 | 100010 | 1111 | 11110 | 110100 |
Color Harmonies of #A9715E
Complementary color
Monochromatic Colors of #A9715E
Black with #A9715E
Text Example
Text Example
White with #A9715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9715E; }
p { color: rgb(169,113,94); }
H1.HeaderClassName
{
color: #A9715E;
}
.AnyTagClassName
{
color: #A9715E;
}
</style>
background-color css
<style>
a { background-color: #A9715E; }
a { background-color: rgb(169,113,94); }
div.DivClassName
{
background-color: #A9715E;
}
.BgClassName
{
background-color: #A9715E;
}
</style>
border-color css
<style>
span { border-color: #A9715E; }
span { border-color: rgb(169,113,94); }
td.TdClassName
{
border-color: #A9715E;
}
.TagClassName
{
border-color: #A9715E;
}
</style>