Shades of Toast #A6755B
Tints of Toast #A6755B
RGB
CMYK
RGB Variations
Color information
#A6755B (or 0xA6755B) is known color: Toast. HEX triplet: A6, 75 and 5B. RGB value is (166,117,91). Sum of RGB (Red+Green+Blue) = 166+117+91=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6755B is #598AA4. Grayscale: #808080. Windows color (decimal): -5868197 or 5993894. OLE color: 5993894.
HSL color Cylindrical-coordinate representation of color #A6755B: hue angle of 20.8º 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 #A6755B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 91 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.35 |
| HSL | 20.8º | 0.3% | 0.5% | - |
| HSV(B) | 20.8º | 0.45% | 0.65% | - |
| XYZ | 23.98 | 21.58 | 12.8 | - |
| YUV | 128.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 91 | 0 | 0.30 | 0.45 | 0.35 | 20.8 | 0.3 | 0.5 |
| Hex | A6 | 75 | 5B | 0 | 1E | 2D | 23 | 15 | 1E | 32 |
| Octal | 246 | 165 | 133 | 0 | 36 | 55 | 43 | 25 | 36 | 62 |
| Binary | 10100110 | 1110101 | 1011011 | 0 | 11110 | 101101 | 100011 | 10101 | 11110 | 110010 |
Color Harmonies of #A6755B
Complementary color
Monochromatic Colors of #A6755B
Black with #A6755B
Text Example
Text Example
White with #A6755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6755B; }
p { color: rgb(166,117,91); }
H1.HeaderClassName
{
color: #A6755B;
}
.AnyTagClassName
{
color: #A6755B;
}
</style>
background-color css
<style>
a { background-color: #A6755B; }
a { background-color: rgb(166,117,91); }
div.DivClassName
{
background-color: #A6755B;
}
.BgClassName
{
background-color: #A6755B;
}
</style>
border-color css
<style>
span { border-color: #A6755B; }
span { border-color: rgb(166,117,91); }
td.TdClassName
{
border-color: #A6755B;
}
.TagClassName
{
border-color: #A6755B;
}
</style>