Shades of Toast #A0765F
Tints of Toast #A0765F
RGB
CMYK
RGB Variations
Color information
#A0765F (or 0xA0765F) is known color: Toast. HEX triplet: A0, 76 and 5F. RGB value is (160,118,95). Sum of RGB (Red+Green+Blue) = 160+118+95=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0765F is #5F89A0. Grayscale: #808080. Windows color (decimal): -6261153 or 6256288. OLE color: 6256288.
HSL color Cylindrical-coordinate representation of color #A0765F: hue angle of 21.23º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0765F is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 95 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.37 |
| HSL | 21.23º | 0.25% | 0.5% | - |
| HSV(B) | 21.23º | 0.41% | 0.63% | - |
| XYZ | 23.04 | 21.26 | 13.72 | - |
| YUV | 127.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 95 | 0 | 0.26 | 0.41 | 0.37 | 21.23 | 0.25 | 0.5 |
| Hex | A0 | 76 | 5F | 0 | 1A | 29 | 25 | 15 | 19 | 32 |
| Octal | 240 | 166 | 137 | 0 | 32 | 51 | 45 | 25 | 31 | 62 |
| Binary | 10100000 | 1110110 | 1011111 | 0 | 11010 | 101001 | 100101 | 10101 | 11001 | 110010 |
Color Harmonies of #A0765F
Complementary color
Monochromatic Colors of #A0765F
Black with #A0765F
Text Example
Text Example
White with #A0765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0765F; }
p { color: rgb(160,118,95); }
H1.HeaderClassName
{
color: #A0765F;
}
.AnyTagClassName
{
color: #A0765F;
}
</style>
background-color css
<style>
a { background-color: #A0765F; }
a { background-color: rgb(160,118,95); }
div.DivClassName
{
background-color: #A0765F;
}
.BgClassName
{
background-color: #A0765F;
}
</style>
border-color css
<style>
span { border-color: #A0765F; }
span { border-color: rgb(160,118,95); }
td.TdClassName
{
border-color: #A0765F;
}
.TagClassName
{
border-color: #A0765F;
}
</style>