Shades of Toast #AD765D
Tints of Toast #AD765D
RGB
CMYK
RGB Variations
Color information
#AD765D (or 0xAD765D) is known color: Toast. HEX triplet: AD, 76 and 5D. RGB value is (173,118,93). Sum of RGB (Red+Green+Blue) = 173+118+93=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD765D is #5289A2. Grayscale: #838383. Windows color (decimal): -5409187 or 6125229. OLE color: 6125229.
HSL color Cylindrical-coordinate representation of color #AD765D: hue angle of 18.75º 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 #AD765D is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 93 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.32 |
| HSL | 18.75º | 0.33% | 0.52% | - |
| HSV(B) | 18.75º | 0.46% | 0.68% | - |
| XYZ | 25.69 | 22.63 | 13.37 | - |
| YUV | 131.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 93 | 0 | 0.32 | 0.46 | 0.32 | 18.75 | 0.33 | 0.52 |
| Hex | AD | 76 | 5D | 0 | 20 | 2E | 20 | 13 | 21 | 34 |
| Octal | 255 | 166 | 135 | 0 | 40 | 56 | 40 | 23 | 41 | 64 |
| Binary | 10101101 | 1110110 | 1011101 | 0 | 100000 | 101110 | 100000 | 10011 | 100001 | 110100 |
Color Harmonies of #AD765D
Complementary color
Monochromatic Colors of #AD765D
Black with #AD765D
Text Example
Text Example
White with #AD765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD765D; }
p { color: rgb(173,118,93); }
H1.HeaderClassName
{
color: #AD765D;
}
.AnyTagClassName
{
color: #AD765D;
}
</style>
background-color css
<style>
a { background-color: #AD765D; }
a { background-color: rgb(173,118,93); }
div.DivClassName
{
background-color: #AD765D;
}
.BgClassName
{
background-color: #AD765D;
}
</style>
border-color css
<style>
span { border-color: #AD765D; }
span { border-color: rgb(173,118,93); }
td.TdClassName
{
border-color: #AD765D;
}
.TagClassName
{
border-color: #AD765D;
}
</style>