Shades of Toast #A67656
Tints of Toast #A67656
RGB
CMYK
RGB Variations
Color information
#A67656 (or 0xA67656) is known color: Toast. HEX triplet: A6, 76 and 56. RGB value is (166,118,86). Sum of RGB (Red+Green+Blue) = 166+118+86=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A67656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67656 is #5989A9. Grayscale: #808080. Windows color (decimal): -5867946 or 5666470. OLE color: 5666470.
HSL color Cylindrical-coordinate representation of color #A67656: hue angle of 24º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67656 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 86 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.35 |
| HSL | 24º | 0.32% | 0.49% | - |
| HSV(B) | 24º | 0.48% | 0.65% | - |
| XYZ | 23.88 | 21.74 | 11.74 | - |
| YUV | 128.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 86 | 0 | 0.29 | 0.48 | 0.35 | 24 | 0.32 | 0.49 |
| Hex | A6 | 76 | 56 | 0 | 1D | 30 | 23 | 18 | 20 | 31 |
| Octal | 246 | 166 | 126 | 0 | 35 | 60 | 43 | 30 | 40 | 61 |
| Binary | 10100110 | 1110110 | 1010110 | 0 | 11101 | 110000 | 100011 | 11000 | 100000 | 110001 |
Color Harmonies of #A67656
Complementary color
Monochromatic Colors of #A67656
Black with #A67656
Text Example
Text Example
White with #A67656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67656; }
p { color: rgb(166,118,86); }
H1.HeaderClassName
{
color: #A67656;
}
.AnyTagClassName
{
color: #A67656;
}
</style>
background-color css
<style>
a { background-color: #A67656; }
a { background-color: rgb(166,118,86); }
div.DivClassName
{
background-color: #A67656;
}
.BgClassName
{
background-color: #A67656;
}
</style>
border-color css
<style>
span { border-color: #A67656; }
span { border-color: rgb(166,118,86); }
td.TdClassName
{
border-color: #A67656;
}
.TagClassName
{
border-color: #A67656;
}
</style>