Shades of Toast #A5775E
Tints of Toast #A5775E
RGB
CMYK
RGB Variations
Color information
#A5775E (or 0xA5775E) is known color: Toast. HEX triplet: A5, 77 and 5E. RGB value is (165,119,94). Sum of RGB (Red+Green+Blue) = 165+119+94=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5775E is #5A88A1. Grayscale: #828282. Windows color (decimal): -5933218 or 6191013. OLE color: 6191013.
HSL color Cylindrical-coordinate representation of color #A5775E: hue angle of 21.13º 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 #A5775E is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 119 | 94 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.35 |
| HSL | 21.13º | 0.28% | 0.51% | - |
| HSV(B) | 21.13º | 0.43% | 0.65% | - |
| XYZ | 24.13 | 22 | 13.56 | - |
| YUV | 129.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 94 | 0 | 0.28 | 0.43 | 0.35 | 21.13 | 0.28 | 0.51 |
| Hex | A5 | 77 | 5E | 0 | 1C | 2B | 23 | 15 | 1C | 33 |
| Octal | 245 | 167 | 136 | 0 | 34 | 53 | 43 | 25 | 34 | 63 |
| Binary | 10100101 | 1110111 | 1011110 | 0 | 11100 | 101011 | 100011 | 10101 | 11100 | 110011 |
Color Harmonies of #A5775E
Complementary color
Monochromatic Colors of #A5775E
Black with #A5775E
Text Example
Text Example
White with #A5775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5775E; }
p { color: rgb(165,119,94); }
H1.HeaderClassName
{
color: #A5775E;
}
.AnyTagClassName
{
color: #A5775E;
}
</style>
background-color css
<style>
a { background-color: #A5775E; }
a { background-color: rgb(165,119,94); }
div.DivClassName
{
background-color: #A5775E;
}
.BgClassName
{
background-color: #A5775E;
}
</style>
border-color css
<style>
span { border-color: #A5775E; }
span { border-color: rgb(165,119,94); }
td.TdClassName
{
border-color: #A5775E;
}
.TagClassName
{
border-color: #A5775E;
}
</style>