Shades of Toast #A06F58
Tints of Toast #A06F58
RGB
CMYK
RGB Variations
Color information
#A06F58 (or 0xA06F58) is known color: Toast. HEX triplet: A0, 6F and 58. RGB value is (160,111,88). Sum of RGB (Red+Green+Blue) = 160+111+88=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F58 is #5F90A7. Grayscale: #7B7B7B. Windows color (decimal): -6262952 or 5795744. OLE color: 5795744.
HSL color Cylindrical-coordinate representation of color #A06F58: hue angle of 19.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A06F58 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 88 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.37 |
| HSL | 19.17º | 0.29% | 0.49% | - |
| HSV(B) | 19.17º | 0.45% | 0.63% | - |
| XYZ | 21.94 | 19.55 | 11.85 | - |
| YUV | 123.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 88 | 0 | 0.31 | 0.45 | 0.37 | 19.17 | 0.29 | 0.49 |
| Hex | A0 | 6F | 58 | 0 | 1F | 2D | 25 | 13 | 1D | 31 |
| Octal | 240 | 157 | 130 | 0 | 37 | 55 | 45 | 23 | 35 | 61 |
| Binary | 10100000 | 1101111 | 1011000 | 0 | 11111 | 101101 | 100101 | 10011 | 11101 | 110001 |
Color Harmonies of #A06F58
Complementary color
Monochromatic Colors of #A06F58
Black with #A06F58
Text Example
Text Example
White with #A06F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F58; }
p { color: rgb(160,111,88); }
H1.HeaderClassName
{
color: #A06F58;
}
.AnyTagClassName
{
color: #A06F58;
}
</style>
background-color css
<style>
a { background-color: #A06F58; }
a { background-color: rgb(160,111,88); }
div.DivClassName
{
background-color: #A06F58;
}
.BgClassName
{
background-color: #A06F58;
}
</style>
border-color css
<style>
span { border-color: #A06F58; }
span { border-color: rgb(160,111,88); }
td.TdClassName
{
border-color: #A06F58;
}
.TagClassName
{
border-color: #A06F58;
}
</style>