Shades of Toast #A0756B
Tints of Toast #A0756B
RGB
CMYK
RGB Variations
Color information
#A0756B (or 0xA0756B) is known color: Toast. HEX triplet: A0, 75 and 6B. RGB value is (160,117,107). Sum of RGB (Red+Green+Blue) = 160+117+107=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0756B is #5F8A94. Grayscale: #808080. Windows color (decimal): -6261397 or 7042464. OLE color: 7042464.
HSL color Cylindrical-coordinate representation of color #A0756B: hue angle of 11.32º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0756B is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 107 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.37 |
| HSL | 11.32º | 0.22% | 0.52% | - |
| HSV(B) | 11.32º | 0.33% | 0.63% | - |
| XYZ | 23.51 | 21.26 | 16.77 | - |
| YUV | 128.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 107 | 0 | 0.27 | 0.33 | 0.37 | 11.32 | 0.22 | 0.52 |
| Hex | A0 | 75 | 6B | 0 | 1B | 21 | 25 | B | 16 | 34 |
| Octal | 240 | 165 | 153 | 0 | 33 | 41 | 45 | 13 | 26 | 64 |
| Binary | 10100000 | 1110101 | 1101011 | 0 | 11011 | 100001 | 100101 | 1011 | 10110 | 110100 |
Color Harmonies of #A0756B
Complementary color
Monochromatic Colors of #A0756B
Black with #A0756B
Text Example
Text Example
White with #A0756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0756B; }
p { color: rgb(160,117,107); }
H1.HeaderClassName
{
color: #A0756B;
}
.AnyTagClassName
{
color: #A0756B;
}
</style>
background-color css
<style>
a { background-color: #A0756B; }
a { background-color: rgb(160,117,107); }
div.DivClassName
{
background-color: #A0756B;
}
.BgClassName
{
background-color: #A0756B;
}
</style>
border-color css
<style>
span { border-color: #A0756B; }
span { border-color: rgb(160,117,107); }
td.TdClassName
{
border-color: #A0756B;
}
.TagClassName
{
border-color: #A0756B;
}
</style>