Shades of Toast #A77465
Tints of Toast #A77465
RGB
CMYK
RGB Variations
Color information
#A77465 (or 0xA77465) is known color: Toast. HEX triplet: A7, 74 and 65. RGB value is (167,116,101). Sum of RGB (Red+Green+Blue) = 167+116+101=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A77465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77465 is #588B9A. Grayscale: #818181. Windows color (decimal): -5802907 or 6648999. OLE color: 6648999.
HSL color Cylindrical-coordinate representation of color #A77465: hue angle of 13.64º 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 #A77465 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 101 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.35 |
| HSL | 13.64º | 0.27% | 0.53% | - |
| HSV(B) | 13.64º | 0.4% | 0.65% | - |
| XYZ | 24.53 | 21.65 | 15.2 | - |
| YUV | 129.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 101 | 0 | 0.31 | 0.40 | 0.35 | 13.64 | 0.27 | 0.53 |
| Hex | A7 | 74 | 65 | 0 | 1F | 28 | 23 | E | 1B | 35 |
| Octal | 247 | 164 | 145 | 0 | 37 | 50 | 43 | 16 | 33 | 65 |
| Binary | 10100111 | 1110100 | 1100101 | 0 | 11111 | 101000 | 100011 | 1110 | 11011 | 110101 |
Color Harmonies of #A77465
Complementary color
Monochromatic Colors of #A77465
Black with #A77465
Text Example
Text Example
White with #A77465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77465; }
p { color: rgb(167,116,101); }
H1.HeaderClassName
{
color: #A77465;
}
.AnyTagClassName
{
color: #A77465;
}
</style>
background-color css
<style>
a { background-color: #A77465; }
a { background-color: rgb(167,116,101); }
div.DivClassName
{
background-color: #A77465;
}
.BgClassName
{
background-color: #A77465;
}
</style>
border-color css
<style>
span { border-color: #A77465; }
span { border-color: rgb(167,116,101); }
td.TdClassName
{
border-color: #A77465;
}
.TagClassName
{
border-color: #A77465;
}
</style>