Shades of Toast #A46F62
Tints of Toast #A46F62
RGB
CMYK
RGB Variations
Color information
#A46F62 (or 0xA46F62) is known color: Toast. HEX triplet: A4, 6F and 62. RGB value is (164,111,98). Sum of RGB (Red+Green+Blue) = 164+111+98=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F62 is #5B909D. Grayscale: #7D7D7D. Windows color (decimal): -6000798 or 6451108. OLE color: 6451108.
HSL color Cylindrical-coordinate representation of color #A46F62: hue angle of 11.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46F62 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 98 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.36 |
| HSL | 11.82º | 0.27% | 0.51% | - |
| HSV(B) | 11.82º | 0.4% | 0.64% | - |
| XYZ | 23.2 | 20.14 | 14.22 | - |
| YUV | 125.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 98 | 0 | 0.32 | 0.40 | 0.36 | 11.82 | 0.27 | 0.51 |
| Hex | A4 | 6F | 62 | 0 | 20 | 28 | 24 | C | 1B | 33 |
| Octal | 244 | 157 | 142 | 0 | 40 | 50 | 44 | 14 | 33 | 63 |
| Binary | 10100100 | 1101111 | 1100010 | 0 | 100000 | 101000 | 100100 | 1100 | 11011 | 110011 |
Color Harmonies of #A46F62
Complementary color
Monochromatic Colors of #A46F62
Black with #A46F62
Text Example
Text Example
White with #A46F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F62; }
p { color: rgb(164,111,98); }
H1.HeaderClassName
{
color: #A46F62;
}
.AnyTagClassName
{
color: #A46F62;
}
</style>
background-color css
<style>
a { background-color: #A46F62; }
a { background-color: rgb(164,111,98); }
div.DivClassName
{
background-color: #A46F62;
}
.BgClassName
{
background-color: #A46F62;
}
</style>
border-color css
<style>
span { border-color: #A46F62; }
span { border-color: rgb(164,111,98); }
td.TdClassName
{
border-color: #A46F62;
}
.TagClassName
{
border-color: #A46F62;
}
</style>