Shades of Toast #A07465
Tints of Toast #A07465
RGB
CMYK
RGB Variations
Color information
#A07465 (or 0xA07465) is known color: Toast. HEX triplet: A0, 74 and 65. RGB value is (160,116,101). Sum of RGB (Red+Green+Blue) = 160+116+101=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A07465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07465 is #5F8B9A. Grayscale: #7F7F7F. Windows color (decimal): -6261659 or 6648992. OLE color: 6648992.
HSL color Cylindrical-coordinate representation of color #A07465: hue angle of 15.25º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A07465 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 101 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.37 |
| HSL | 15.25º | 0.24% | 0.51% | - |
| HSV(B) | 15.25º | 0.37% | 0.63% | - |
| XYZ | 23.09 | 20.9 | 15.13 | - |
| YUV | 127.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 101 | 0 | 0.28 | 0.37 | 0.37 | 15.25 | 0.24 | 0.51 |
| Hex | A0 | 74 | 65 | 0 | 1C | 25 | 25 | F | 18 | 33 |
| Octal | 240 | 164 | 145 | 0 | 34 | 45 | 45 | 17 | 30 | 63 |
| Binary | 10100000 | 1110100 | 1100101 | 0 | 11100 | 100101 | 100101 | 1111 | 11000 | 110011 |
Color Harmonies of #A07465
Complementary color
Monochromatic Colors of #A07465
Black with #A07465
Text Example
Text Example
White with #A07465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07465; }
p { color: rgb(160,116,101); }
H1.HeaderClassName
{
color: #A07465;
}
.AnyTagClassName
{
color: #A07465;
}
</style>
background-color css
<style>
a { background-color: #A07465; }
a { background-color: rgb(160,116,101); }
div.DivClassName
{
background-color: #A07465;
}
.BgClassName
{
background-color: #A07465;
}
</style>
border-color css
<style>
span { border-color: #A07465; }
span { border-color: rgb(160,116,101); }
td.TdClassName
{
border-color: #A07465;
}
.TagClassName
{
border-color: #A07465;
}
</style>