Shades of Toast #A67658
Tints of Toast #A67658
RGB
CMYK
RGB Variations
Color information
#A67658 (or 0xA67658) is known color: Toast. HEX triplet: A6, 76 and 58. RGB value is (166,118,88). Sum of RGB (Red+Green+Blue) = 166+118+88=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A67658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67658 is #5989A7. Grayscale: #818181. Windows color (decimal): -5867944 or 5797542. OLE color: 5797542.
HSL color Cylindrical-coordinate representation of color #A67658: hue angle of 23.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67658 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 88 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.35 |
| HSL | 23.08º | 0.31% | 0.5% | - |
| HSV(B) | 23.08º | 0.47% | 0.65% | - |
| XYZ | 23.97 | 21.77 | 12.17 | - |
| YUV | 128.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 88 | 0 | 0.29 | 0.47 | 0.35 | 23.08 | 0.31 | 0.5 |
| Hex | A6 | 76 | 58 | 0 | 1D | 2F | 23 | 17 | 1F | 32 |
| Octal | 246 | 166 | 130 | 0 | 35 | 57 | 43 | 27 | 37 | 62 |
| Binary | 10100110 | 1110110 | 1011000 | 0 | 11101 | 101111 | 100011 | 10111 | 11111 | 110010 |
Color Harmonies of #A67658
Complementary color
Monochromatic Colors of #A67658
Black with #A67658
Text Example
Text Example
White with #A67658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67658; }
p { color: rgb(166,118,88); }
H1.HeaderClassName
{
color: #A67658;
}
.AnyTagClassName
{
color: #A67658;
}
</style>
background-color css
<style>
a { background-color: #A67658; }
a { background-color: rgb(166,118,88); }
div.DivClassName
{
background-color: #A67658;
}
.BgClassName
{
background-color: #A67658;
}
</style>
border-color css
<style>
span { border-color: #A67658; }
span { border-color: rgb(166,118,88); }
td.TdClassName
{
border-color: #A67658;
}
.TagClassName
{
border-color: #A67658;
}
</style>