Shades of Toast #A67765
Tints of Toast #A67765
RGB
CMYK
RGB Variations
Color information
#A67765 (or 0xA67765) is known color: Toast. HEX triplet: A6, 77 and 65. RGB value is (166,119,101). Sum of RGB (Red+Green+Blue) = 166+119+101=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A67765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67765 is #59889A. Grayscale: #838383. Windows color (decimal): -5867675 or 6649766. OLE color: 6649766.
HSL color Cylindrical-coordinate representation of color #A67765: hue angle of 16.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67765 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 101 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.35 |
| HSL | 16.62º | 0.27% | 0.52% | - |
| HSV(B) | 16.62º | 0.39% | 0.65% | - |
| XYZ | 24.67 | 22.24 | 15.3 | - |
| YUV | 131 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 101 | 0 | 0.28 | 0.39 | 0.35 | 16.62 | 0.27 | 0.52 |
| Hex | A6 | 77 | 65 | 0 | 1C | 27 | 23 | 11 | 1B | 34 |
| Octal | 246 | 167 | 145 | 0 | 34 | 47 | 43 | 21 | 33 | 64 |
| Binary | 10100110 | 1110111 | 1100101 | 0 | 11100 | 100111 | 100011 | 10001 | 11011 | 110100 |
Color Harmonies of #A67765
Complementary color
Monochromatic Colors of #A67765
Black with #A67765
Text Example
Text Example
White with #A67765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67765; }
p { color: rgb(166,119,101); }
H1.HeaderClassName
{
color: #A67765;
}
.AnyTagClassName
{
color: #A67765;
}
</style>
background-color css
<style>
a { background-color: #A67765; }
a { background-color: rgb(166,119,101); }
div.DivClassName
{
background-color: #A67765;
}
.BgClassName
{
background-color: #A67765;
}
</style>
border-color css
<style>
span { border-color: #A67765; }
span { border-color: rgb(166,119,101); }
td.TdClassName
{
border-color: #A67765;
}
.TagClassName
{
border-color: #A67765;
}
</style>