Shades of Toast #A77665
Tints of Toast #A77665
RGB
CMYK
RGB Variations
Color information
#A77665 (or 0xA77665) is known color: Toast. HEX triplet: A7, 76 and 65. RGB value is (167,118,101). Sum of RGB (Red+Green+Blue) = 167+118+101=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A77665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77665 is #58899A. Grayscale: #828282. Windows color (decimal): -5802395 or 6649511. OLE color: 6649511.
HSL color Cylindrical-coordinate representation of color #A77665: hue angle of 15.45º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77665 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 101 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.35 |
| HSL | 15.45º | 0.27% | 0.53% | - |
| HSV(B) | 15.45º | 0.4% | 0.65% | - |
| XYZ | 24.76 | 22.11 | 15.27 | - |
| YUV | 130.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 101 | 0 | 0.29 | 0.40 | 0.35 | 15.45 | 0.27 | 0.53 |
| Hex | A7 | 76 | 65 | 0 | 1D | 28 | 23 | F | 1B | 35 |
| Octal | 247 | 166 | 145 | 0 | 35 | 50 | 43 | 17 | 33 | 65 |
| Binary | 10100111 | 1110110 | 1100101 | 0 | 11101 | 101000 | 100011 | 1111 | 11011 | 110101 |
Color Harmonies of #A77665
Complementary color
Monochromatic Colors of #A77665
Black with #A77665
Text Example
Text Example
White with #A77665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77665; }
p { color: rgb(167,118,101); }
H1.HeaderClassName
{
color: #A77665;
}
.AnyTagClassName
{
color: #A77665;
}
</style>
background-color css
<style>
a { background-color: #A77665; }
a { background-color: rgb(167,118,101); }
div.DivClassName
{
background-color: #A77665;
}
.BgClassName
{
background-color: #A77665;
}
</style>
border-color css
<style>
span { border-color: #A77665; }
span { border-color: rgb(167,118,101); }
td.TdClassName
{
border-color: #A77665;
}
.TagClassName
{
border-color: #A77665;
}
</style>