Shades of Toast #A5755E
Tints of Toast #A5755E
RGB
CMYK
RGB Variations
Color information
#A5755E (or 0xA5755E) is known color: Toast. HEX triplet: A5, 75 and 5E. RGB value is (165,117,94). Sum of RGB (Red+Green+Blue) = 165+117+94=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5755E is #5A8AA1. Grayscale: #808080. Windows color (decimal): -5933730 or 6190501. OLE color: 6190501.
HSL color Cylindrical-coordinate representation of color #A5755E: hue angle of 19.44º 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 #A5755E is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 94 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.35 |
| HSL | 19.44º | 0.28% | 0.51% | - |
| HSV(B) | 19.44º | 0.43% | 0.65% | - |
| XYZ | 23.9 | 21.53 | 13.49 | - |
| YUV | 128.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 94 | 0 | 0.29 | 0.43 | 0.35 | 19.44 | 0.28 | 0.51 |
| Hex | A5 | 75 | 5E | 0 | 1D | 2B | 23 | 13 | 1C | 33 |
| Octal | 245 | 165 | 136 | 0 | 35 | 53 | 43 | 23 | 34 | 63 |
| Binary | 10100101 | 1110101 | 1011110 | 0 | 11101 | 101011 | 100011 | 10011 | 11100 | 110011 |
Color Harmonies of #A5755E
Complementary color
Monochromatic Colors of #A5755E
Black with #A5755E
Text Example
Text Example
White with #A5755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5755E; }
p { color: rgb(165,117,94); }
H1.HeaderClassName
{
color: #A5755E;
}
.AnyTagClassName
{
color: #A5755E;
}
</style>
background-color css
<style>
a { background-color: #A5755E; }
a { background-color: rgb(165,117,94); }
div.DivClassName
{
background-color: #A5755E;
}
.BgClassName
{
background-color: #A5755E;
}
</style>
border-color css
<style>
span { border-color: #A5755E; }
span { border-color: rgb(165,117,94); }
td.TdClassName
{
border-color: #A5755E;
}
.TagClassName
{
border-color: #A5755E;
}
</style>