Shades of Toast #A96E5C
Tints of Toast #A96E5C
RGB
CMYK
RGB Variations
Color information
#A96E5C (or 0xA96E5C) is known color: Toast. HEX triplet: A9, 6E and 5C. RGB value is (169,110,92). Sum of RGB (Red+Green+Blue) = 169+110+92=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E5C is #5691A3. Grayscale: #7D7D7D. Windows color (decimal): -5673380 or 6057641. OLE color: 6057641.
HSL color Cylindrical-coordinate representation of color #A96E5C: hue angle of 14.03º 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 #A96E5C is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 92 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.34 |
| HSL | 14.03º | 0.31% | 0.51% | - |
| HSV(B) | 14.03º | 0.46% | 0.66% | - |
| XYZ | 23.87 | 20.36 | 12.8 | - |
| YUV | 125.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 92 | 0 | 0.35 | 0.46 | 0.34 | 14.03 | 0.31 | 0.51 |
| Hex | A9 | 6E | 5C | 0 | 23 | 2E | 22 | E | 1F | 33 |
| Octal | 251 | 156 | 134 | 0 | 43 | 56 | 42 | 16 | 37 | 63 |
| Binary | 10101001 | 1101110 | 1011100 | 0 | 100011 | 101110 | 100010 | 1110 | 11111 | 110011 |
Color Harmonies of #A96E5C
Complementary color
Monochromatic Colors of #A96E5C
Black with #A96E5C
Text Example
Text Example
White with #A96E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E5C; }
p { color: rgb(169,110,92); }
H1.HeaderClassName
{
color: #A96E5C;
}
.AnyTagClassName
{
color: #A96E5C;
}
</style>
background-color css
<style>
a { background-color: #A96E5C; }
a { background-color: rgb(169,110,92); }
div.DivClassName
{
background-color: #A96E5C;
}
.BgClassName
{
background-color: #A96E5C;
}
</style>
border-color css
<style>
span { border-color: #A96E5C; }
span { border-color: rgb(169,110,92); }
td.TdClassName
{
border-color: #A96E5C;
}
.TagClassName
{
border-color: #A96E5C;
}
</style>