Shades of Toast #A0776A
Tints of Toast #A0776A
RGB
CMYK
RGB Variations
Color information
#A0776A (or 0xA0776A) is known color: Toast. HEX triplet: A0, 77 and 6A. RGB value is (160,119,106). Sum of RGB (Red+Green+Blue) = 160+119+106=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0776A is #5F8895. Grayscale: #818181. Windows color (decimal): -6260886 or 6977440. OLE color: 6977440.
HSL color Cylindrical-coordinate representation of color #A0776A: hue angle of 14.44º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0776A is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 106 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.37 |
| HSL | 14.44º | 0.22% | 0.52% | - |
| HSV(B) | 14.44º | 0.34% | 0.63% | - |
| XYZ | 23.7 | 21.71 | 16.58 | - |
| YUV | 129.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 106 | 0 | 0.26 | 0.34 | 0.37 | 14.44 | 0.22 | 0.52 |
| Hex | A0 | 77 | 6A | 0 | 1A | 22 | 25 | E | 16 | 34 |
| Octal | 240 | 167 | 152 | 0 | 32 | 42 | 45 | 16 | 26 | 64 |
| Binary | 10100000 | 1110111 | 1101010 | 0 | 11010 | 100010 | 100101 | 1110 | 10110 | 110100 |
Color Harmonies of #A0776A
Complementary color
Monochromatic Colors of #A0776A
Black with #A0776A
Text Example
Text Example
White with #A0776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0776A; }
p { color: rgb(160,119,106); }
H1.HeaderClassName
{
color: #A0776A;
}
.AnyTagClassName
{
color: #A0776A;
}
</style>
background-color css
<style>
a { background-color: #A0776A; }
a { background-color: rgb(160,119,106); }
div.DivClassName
{
background-color: #A0776A;
}
.BgClassName
{
background-color: #A0776A;
}
</style>
border-color css
<style>
span { border-color: #A0776A; }
span { border-color: rgb(160,119,106); }
td.TdClassName
{
border-color: #A0776A;
}
.TagClassName
{
border-color: #A0776A;
}
</style>