Shades of Toast #A96E5B
Tints of Toast #A96E5B
RGB
CMYK
RGB Variations
Color information
#A96E5B (or 0xA96E5B) is known color: Toast. HEX triplet: A9, 6E and 5B. RGB value is (169,110,91). Sum of RGB (Red+Green+Blue) = 169+110+91=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E5B is #5691A4. Grayscale: #7D7D7D. Windows color (decimal): -5673381 or 5992105. OLE color: 5992105.
HSL color Cylindrical-coordinate representation of color #A96E5B: hue angle of 14.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96E5B is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 91 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.34 |
| HSL | 14.62º | 0.31% | 0.51% | - |
| HSV(B) | 14.62º | 0.46% | 0.66% | - |
| XYZ | 23.83 | 20.34 | 12.57 | - |
| YUV | 125.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 91 | 0 | 0.35 | 0.46 | 0.34 | 14.62 | 0.31 | 0.51 |
| Hex | A9 | 6E | 5B | 0 | 23 | 2E | 22 | F | 1F | 33 |
| Octal | 251 | 156 | 133 | 0 | 43 | 56 | 42 | 17 | 37 | 63 |
| Binary | 10101001 | 1101110 | 1011011 | 0 | 100011 | 101110 | 100010 | 1111 | 11111 | 110011 |
Color Harmonies of #A96E5B
Complementary color
Monochromatic Colors of #A96E5B
Black with #A96E5B
Text Example
Text Example
White with #A96E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E5B; }
p { color: rgb(169,110,91); }
H1.HeaderClassName
{
color: #A96E5B;
}
.AnyTagClassName
{
color: #A96E5B;
}
</style>
background-color css
<style>
a { background-color: #A96E5B; }
a { background-color: rgb(169,110,91); }
div.DivClassName
{
background-color: #A96E5B;
}
.BgClassName
{
background-color: #A96E5B;
}
</style>
border-color css
<style>
span { border-color: #A96E5B; }
span { border-color: rgb(169,110,91); }
td.TdClassName
{
border-color: #A96E5B;
}
.TagClassName
{
border-color: #A96E5B;
}
</style>