Shades of Toast #A6765B
Tints of Toast #A6765B
RGB
CMYK
RGB Variations
Color information
#A6765B (or 0xA6765B) is known color: Toast. HEX triplet: A6, 76 and 5B. RGB value is (166,118,91). Sum of RGB (Red+Green+Blue) = 166+118+91=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6765B is #5989A4. Grayscale: #818181. Windows color (decimal): -5867941 or 5994150. OLE color: 5994150.
HSL color Cylindrical-coordinate representation of color #A6765B: hue angle of 21.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6765B is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 91 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.35 |
| HSL | 21.6º | 0.3% | 0.5% | - |
| HSV(B) | 21.6º | 0.45% | 0.65% | - |
| XYZ | 24.09 | 21.82 | 12.84 | - |
| YUV | 129.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 91 | 0 | 0.29 | 0.45 | 0.35 | 21.6 | 0.3 | 0.5 |
| Hex | A6 | 76 | 5B | 0 | 1D | 2D | 23 | 16 | 1E | 32 |
| Octal | 246 | 166 | 133 | 0 | 35 | 55 | 43 | 26 | 36 | 62 |
| Binary | 10100110 | 1110110 | 1011011 | 0 | 11101 | 101101 | 100011 | 10110 | 11110 | 110010 |
Color Harmonies of #A6765B
Complementary color
Monochromatic Colors of #A6765B
Black with #A6765B
Text Example
Text Example
White with #A6765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6765B; }
p { color: rgb(166,118,91); }
H1.HeaderClassName
{
color: #A6765B;
}
.AnyTagClassName
{
color: #A6765B;
}
</style>
background-color css
<style>
a { background-color: #A6765B; }
a { background-color: rgb(166,118,91); }
div.DivClassName
{
background-color: #A6765B;
}
.BgClassName
{
background-color: #A6765B;
}
</style>
border-color css
<style>
span { border-color: #A6765B; }
span { border-color: rgb(166,118,91); }
td.TdClassName
{
border-color: #A6765B;
}
.TagClassName
{
border-color: #A6765B;
}
</style>