Shades of Toast #A0756A
Tints of Toast #A0756A
RGB
CMYK
RGB Variations
Color information
#A0756A (or 0xA0756A) is known color: Toast. HEX triplet: A0, 75 and 6A. RGB value is (160,117,106). Sum of RGB (Red+Green+Blue) = 160+117+106=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0756A is #5F8A95. Grayscale: #808080. Windows color (decimal): -6261398 or 6976928. OLE color: 6976928.
HSL color Cylindrical-coordinate representation of color #A0756A: hue angle of 12.22º 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 #A0756A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 106 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.37 |
| HSL | 12.22º | 0.22% | 0.52% | - |
| HSV(B) | 12.22º | 0.34% | 0.63% | - |
| XYZ | 23.46 | 21.24 | 16.5 | - |
| YUV | 128.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 106 | 0 | 0.27 | 0.34 | 0.37 | 12.22 | 0.22 | 0.52 |
| Hex | A0 | 75 | 6A | 0 | 1B | 22 | 25 | C | 16 | 34 |
| Octal | 240 | 165 | 152 | 0 | 33 | 42 | 45 | 14 | 26 | 64 |
| Binary | 10100000 | 1110101 | 1101010 | 0 | 11011 | 100010 | 100101 | 1100 | 10110 | 110100 |
Color Harmonies of #A0756A
Complementary color
Monochromatic Colors of #A0756A
Black with #A0756A
Text Example
Text Example
White with #A0756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0756A; }
p { color: rgb(160,117,106); }
H1.HeaderClassName
{
color: #A0756A;
}
.AnyTagClassName
{
color: #A0756A;
}
</style>
background-color css
<style>
a { background-color: #A0756A; }
a { background-color: rgb(160,117,106); }
div.DivClassName
{
background-color: #A0756A;
}
.BgClassName
{
background-color: #A0756A;
}
</style>
border-color css
<style>
span { border-color: #A0756A; }
span { border-color: rgb(160,117,106); }
td.TdClassName
{
border-color: #A0756A;
}
.TagClassName
{
border-color: #A0756A;
}
</style>