Shades of Toast #A5765E
Tints of Toast #A5765E
RGB
CMYK
RGB Variations
Color information
#A5765E (or 0xA5765E) is known color: Toast. HEX triplet: A5, 76 and 5E. RGB value is (165,118,94). Sum of RGB (Red+Green+Blue) = 165+118+94=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5765E is #5A89A1. Grayscale: #818181. Windows color (decimal): -5933474 or 6190757. OLE color: 6190757.
HSL color Cylindrical-coordinate representation of color #A5765E: hue angle of 20.28º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5765E is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 94 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.35 |
| HSL | 20.28º | 0.28% | 0.51% | - |
| HSV(B) | 20.28º | 0.43% | 0.65% | - |
| XYZ | 24.02 | 21.76 | 13.52 | - |
| YUV | 129.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 94 | 0 | 0.28 | 0.43 | 0.35 | 20.28 | 0.28 | 0.51 |
| Hex | A5 | 76 | 5E | 0 | 1C | 2B | 23 | 14 | 1C | 33 |
| Octal | 245 | 166 | 136 | 0 | 34 | 53 | 43 | 24 | 34 | 63 |
| Binary | 10100101 | 1110110 | 1011110 | 0 | 11100 | 101011 | 100011 | 10100 | 11100 | 110011 |
Color Harmonies of #A5765E
Complementary color
Monochromatic Colors of #A5765E
Black with #A5765E
Text Example
Text Example
White with #A5765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5765E; }
p { color: rgb(165,118,94); }
H1.HeaderClassName
{
color: #A5765E;
}
.AnyTagClassName
{
color: #A5765E;
}
</style>
background-color css
<style>
a { background-color: #A5765E; }
a { background-color: rgb(165,118,94); }
div.DivClassName
{
background-color: #A5765E;
}
.BgClassName
{
background-color: #A5765E;
}
</style>
border-color css
<style>
span { border-color: #A5765E; }
span { border-color: rgb(165,118,94); }
td.TdClassName
{
border-color: #A5765E;
}
.TagClassName
{
border-color: #A5765E;
}
</style>