Shades of Toast #A6775A
Tints of Toast #A6775A
RGB
CMYK
RGB Variations
Color information
#A6775A (or 0xA6775A) is known color: Toast. HEX triplet: A6, 77 and 5A. RGB value is (166,119,90). Sum of RGB (Red+Green+Blue) = 166+119+90=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6775A is #5988A5. Grayscale: #818181. Windows color (decimal): -5867686 or 5928870. OLE color: 5928870.
HSL color Cylindrical-coordinate representation of color #A6775A: hue angle of 22.89º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6775A is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 90 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.35 |
| HSL | 22.89º | 0.3% | 0.5% | - |
| HSV(B) | 22.89º | 0.46% | 0.65% | - |
| XYZ | 24.17 | 22.04 | 12.65 | - |
| YUV | 129.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 90 | 0 | 0.28 | 0.46 | 0.35 | 22.89 | 0.3 | 0.5 |
| Hex | A6 | 77 | 5A | 0 | 1C | 2E | 23 | 17 | 1E | 32 |
| Octal | 246 | 167 | 132 | 0 | 34 | 56 | 43 | 27 | 36 | 62 |
| Binary | 10100110 | 1110111 | 1011010 | 0 | 11100 | 101110 | 100011 | 10111 | 11110 | 110010 |
Color Harmonies of #A6775A
Complementary color
Monochromatic Colors of #A6775A
Black with #A6775A
Text Example
Text Example
White with #A6775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6775A; }
p { color: rgb(166,119,90); }
H1.HeaderClassName
{
color: #A6775A;
}
.AnyTagClassName
{
color: #A6775A;
}
</style>
background-color css
<style>
a { background-color: #A6775A; }
a { background-color: rgb(166,119,90); }
div.DivClassName
{
background-color: #A6775A;
}
.BgClassName
{
background-color: #A6775A;
}
</style>
border-color css
<style>
span { border-color: #A6775A; }
span { border-color: rgb(166,119,90); }
td.TdClassName
{
border-color: #A6775A;
}
.TagClassName
{
border-color: #A6775A;
}
</style>