Shades of Toast #A96E5D
Tints of Toast #A96E5D
RGB
CMYK
RGB Variations
Color information
#A96E5D (or 0xA96E5D) is known color: Toast. HEX triplet: A9, 6E and 5D. RGB value is (169,110,93). Sum of RGB (Red+Green+Blue) = 169+110+93=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E5D is #5691A2. Grayscale: #7D7D7D. Windows color (decimal): -5673379 or 6123177. OLE color: 6123177.
HSL color Cylindrical-coordinate representation of color #A96E5D: hue angle of 13.42º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A96E5D is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 93 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.34 |
| HSL | 13.42º | 0.31% | 0.51% | - |
| HSV(B) | 13.42º | 0.45% | 0.66% | - |
| XYZ | 23.91 | 20.38 | 13.03 | - |
| YUV | 125.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 93 | 0 | 0.35 | 0.45 | 0.34 | 13.42 | 0.31 | 0.51 |
| Hex | A9 | 6E | 5D | 0 | 23 | 2D | 22 | D | 1F | 33 |
| Octal | 251 | 156 | 135 | 0 | 43 | 55 | 42 | 15 | 37 | 63 |
| Binary | 10101001 | 1101110 | 1011101 | 0 | 100011 | 101101 | 100010 | 1101 | 11111 | 110011 |
Color Harmonies of #A96E5D
Complementary color
Monochromatic Colors of #A96E5D
Black with #A96E5D
Text Example
Text Example
White with #A96E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E5D; }
p { color: rgb(169,110,93); }
H1.HeaderClassName
{
color: #A96E5D;
}
.AnyTagClassName
{
color: #A96E5D;
}
</style>
background-color css
<style>
a { background-color: #A96E5D; }
a { background-color: rgb(169,110,93); }
div.DivClassName
{
background-color: #A96E5D;
}
.BgClassName
{
background-color: #A96E5D;
}
</style>
border-color css
<style>
span { border-color: #A96E5D; }
span { border-color: rgb(169,110,93); }
td.TdClassName
{
border-color: #A96E5D;
}
.TagClassName
{
border-color: #A96E5D;
}
</style>