Shades of Toast #A46F58
Tints of Toast #A46F58
RGB
CMYK
RGB Variations
Color information
#A46F58 (or 0xA46F58) is known color: Toast. HEX triplet: A4, 6F and 58. RGB value is (164,111,88). Sum of RGB (Red+Green+Blue) = 164+111+88=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F58 is #5B90A7. Grayscale: #7C7C7C. Windows color (decimal): -6000808 or 5795748. OLE color: 5795748.
HSL color Cylindrical-coordinate representation of color #A46F58: hue angle of 18.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46F58 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 88 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.36 |
| HSL | 18.16º | 0.3% | 0.49% | - |
| HSV(B) | 18.16º | 0.46% | 0.64% | - |
| XYZ | 22.76 | 19.97 | 11.89 | - |
| YUV | 124.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 88 | 0 | 0.32 | 0.46 | 0.36 | 18.16 | 0.3 | 0.49 |
| Hex | A4 | 6F | 58 | 0 | 20 | 2E | 24 | 12 | 1E | 31 |
| Octal | 244 | 157 | 130 | 0 | 40 | 56 | 44 | 22 | 36 | 61 |
| Binary | 10100100 | 1101111 | 1011000 | 0 | 100000 | 101110 | 100100 | 10010 | 11110 | 110001 |
Color Harmonies of #A46F58
Complementary color
Monochromatic Colors of #A46F58
Black with #A46F58
Text Example
Text Example
White with #A46F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F58; }
p { color: rgb(164,111,88); }
H1.HeaderClassName
{
color: #A46F58;
}
.AnyTagClassName
{
color: #A46F58;
}
</style>
background-color css
<style>
a { background-color: #A46F58; }
a { background-color: rgb(164,111,88); }
div.DivClassName
{
background-color: #A46F58;
}
.BgClassName
{
background-color: #A46F58;
}
</style>
border-color css
<style>
span { border-color: #A46F58; }
span { border-color: rgb(164,111,88); }
td.TdClassName
{
border-color: #A46F58;
}
.TagClassName
{
border-color: #A46F58;
}
</style>