Shades of Toast #A46F63
Tints of Toast #A46F63
RGB
CMYK
RGB Variations
Color information
#A46F63 (or 0xA46F63) is known color: Toast. HEX triplet: A4, 6F and 63. RGB value is (164,111,99). Sum of RGB (Red+Green+Blue) = 164+111+99=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F63 is #5B909C. Grayscale: #7D7D7D. Windows color (decimal): -6000797 or 6516644. OLE color: 6516644.
HSL color Cylindrical-coordinate representation of color #A46F63: hue angle of 11.08º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46F63 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 99 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.36 |
| HSL | 11.08º | 0.26% | 0.52% | - |
| HSV(B) | 11.08º | 0.4% | 0.64% | - |
| XYZ | 23.25 | 20.16 | 14.47 | - |
| YUV | 125.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 99 | 0 | 0.32 | 0.40 | 0.36 | 11.08 | 0.26 | 0.52 |
| Hex | A4 | 6F | 63 | 0 | 20 | 28 | 24 | B | 1A | 34 |
| Octal | 244 | 157 | 143 | 0 | 40 | 50 | 44 | 13 | 32 | 64 |
| Binary | 10100100 | 1101111 | 1100011 | 0 | 100000 | 101000 | 100100 | 1011 | 11010 | 110100 |
Color Harmonies of #A46F63
Complementary color
Monochromatic Colors of #A46F63
Black with #A46F63
Text Example
Text Example
White with #A46F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F63; }
p { color: rgb(164,111,99); }
H1.HeaderClassName
{
color: #A46F63;
}
.AnyTagClassName
{
color: #A46F63;
}
</style>
background-color css
<style>
a { background-color: #A46F63; }
a { background-color: rgb(164,111,99); }
div.DivClassName
{
background-color: #A46F63;
}
.BgClassName
{
background-color: #A46F63;
}
</style>
border-color css
<style>
span { border-color: #A46F63; }
span { border-color: rgb(164,111,99); }
td.TdClassName
{
border-color: #A46F63;
}
.TagClassName
{
border-color: #A46F63;
}
</style>