Shades of Toast #A66F59
Tints of Toast #A66F59
RGB
CMYK
RGB Variations
Color information
#A66F59 (or 0xA66F59) is known color: Toast. HEX triplet: A6, 6F and 59. RGB value is (166,111,89). Sum of RGB (Red+Green+Blue) = 166+111+89=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F59 is #5990A6. Grayscale: #7D7D7D. Windows color (decimal): -5869735 or 5861286. OLE color: 5861286.
HSL color Cylindrical-coordinate representation of color #A66F59: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66F59 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 89 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.35 |
| HSL | 17.14º | 0.3% | 0.5% | - |
| HSV(B) | 17.14º | 0.46% | 0.65% | - |
| XYZ | 23.21 | 20.2 | 12.13 | - |
| YUV | 124.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 89 | 0 | 0.33 | 0.46 | 0.35 | 17.14 | 0.3 | 0.5 |
| Hex | A6 | 6F | 59 | 0 | 21 | 2E | 23 | 11 | 1E | 32 |
| Octal | 246 | 157 | 131 | 0 | 41 | 56 | 43 | 21 | 36 | 62 |
| Binary | 10100110 | 1101111 | 1011001 | 0 | 100001 | 101110 | 100011 | 10001 | 11110 | 110010 |
Color Harmonies of #A66F59
Complementary color
Monochromatic Colors of #A66F59
Black with #A66F59
Text Example
Text Example
White with #A66F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66F59; }
p { color: rgb(166,111,89); }
H1.HeaderClassName
{
color: #A66F59;
}
.AnyTagClassName
{
color: #A66F59;
}
</style>
background-color css
<style>
a { background-color: #A66F59; }
a { background-color: rgb(166,111,89); }
div.DivClassName
{
background-color: #A66F59;
}
.BgClassName
{
background-color: #A66F59;
}
</style>
border-color css
<style>
span { border-color: #A66F59; }
span { border-color: rgb(166,111,89); }
td.TdClassName
{
border-color: #A66F59;
}
.TagClassName
{
border-color: #A66F59;
}
</style>