Shades of Toast #AD765E
Tints of Toast #AD765E
RGB
CMYK
RGB Variations
Color information
#AD765E (or 0xAD765E) is known color: Toast. HEX triplet: AD, 76 and 5E. RGB value is (173,118,94). Sum of RGB (Red+Green+Blue) = 173+118+94=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD765E is #5289A1. Grayscale: #838383. Windows color (decimal): -5409186 or 6190765. OLE color: 6190765.
HSL color Cylindrical-coordinate representation of color #AD765E: hue angle of 18.23º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD765E is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 94 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.32 |
| HSL | 18.23º | 0.33% | 0.52% | - |
| HSV(B) | 18.23º | 0.46% | 0.68% | - |
| XYZ | 25.73 | 22.65 | 13.61 | - |
| YUV | 131.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 94 | 0 | 0.32 | 0.46 | 0.32 | 18.23 | 0.33 | 0.52 |
| Hex | AD | 76 | 5E | 0 | 20 | 2E | 20 | 12 | 21 | 34 |
| Octal | 255 | 166 | 136 | 0 | 40 | 56 | 40 | 22 | 41 | 64 |
| Binary | 10101101 | 1110110 | 1011110 | 0 | 100000 | 101110 | 100000 | 10010 | 100001 | 110100 |
Color Harmonies of #AD765E
Complementary color
Monochromatic Colors of #AD765E
Black with #AD765E
Text Example
Text Example
White with #AD765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD765E; }
p { color: rgb(173,118,94); }
H1.HeaderClassName
{
color: #AD765E;
}
.AnyTagClassName
{
color: #AD765E;
}
</style>
background-color css
<style>
a { background-color: #AD765E; }
a { background-color: rgb(173,118,94); }
div.DivClassName
{
background-color: #AD765E;
}
.BgClassName
{
background-color: #AD765E;
}
</style>
border-color css
<style>
span { border-color: #AD765E; }
span { border-color: rgb(173,118,94); }
td.TdClassName
{
border-color: #AD765E;
}
.TagClassName
{
border-color: #AD765E;
}
</style>