Shades of Toast #A07665
Tints of Toast #A07665
RGB
CMYK
RGB Variations
Color information
#A07665 (or 0xA07665) is known color: Toast. HEX triplet: A0, 76 and 65. RGB value is (160,118,101). Sum of RGB (Red+Green+Blue) = 160+118+101=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A07665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07665 is #5F899A. Grayscale: #808080. Windows color (decimal): -6261147 or 6649504. OLE color: 6649504.
HSL color Cylindrical-coordinate representation of color #A07665: hue angle of 17.29º 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 #A07665 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 101 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.37 |
| HSL | 17.29º | 0.24% | 0.51% | - |
| HSV(B) | 17.29º | 0.37% | 0.63% | - |
| XYZ | 23.32 | 21.37 | 15.21 | - |
| YUV | 128.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 101 | 0 | 0.26 | 0.37 | 0.37 | 17.29 | 0.24 | 0.51 |
| Hex | A0 | 76 | 65 | 0 | 1A | 25 | 25 | 11 | 18 | 33 |
| Octal | 240 | 166 | 145 | 0 | 32 | 45 | 45 | 21 | 30 | 63 |
| Binary | 10100000 | 1110110 | 1100101 | 0 | 11010 | 100101 | 100101 | 10001 | 11000 | 110011 |
Color Harmonies of #A07665
Complementary color
Monochromatic Colors of #A07665
Black with #A07665
Text Example
Text Example
White with #A07665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07665; }
p { color: rgb(160,118,101); }
H1.HeaderClassName
{
color: #A07665;
}
.AnyTagClassName
{
color: #A07665;
}
</style>
background-color css
<style>
a { background-color: #A07665; }
a { background-color: rgb(160,118,101); }
div.DivClassName
{
background-color: #A07665;
}
.BgClassName
{
background-color: #A07665;
}
</style>
border-color css
<style>
span { border-color: #A07665; }
span { border-color: rgb(160,118,101); }
td.TdClassName
{
border-color: #A07665;
}
.TagClassName
{
border-color: #A07665;
}
</style>