Shades of Toast #AD735E
Tints of Toast #AD735E
RGB
CMYK
RGB Variations
Color information
#AD735E (or 0xAD735E) is known color: Toast. HEX triplet: AD, 73 and 5E. RGB value is (173,115,94). Sum of RGB (Red+Green+Blue) = 173+115+94=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD735E is #528CA1. Grayscale: #828282. Windows color (decimal): -5409954 or 6189997. OLE color: 6189997.
HSL color Cylindrical-coordinate representation of color #AD735E: hue angle of 15.95º 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 #AD735E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 94 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.32 |
| HSL | 15.95º | 0.33% | 0.52% | - |
| HSV(B) | 15.95º | 0.46% | 0.68% | - |
| XYZ | 25.38 | 21.95 | 13.49 | - |
| YUV | 129.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 94 | 0 | 0.34 | 0.46 | 0.32 | 15.95 | 0.33 | 0.52 |
| Hex | AD | 73 | 5E | 0 | 22 | 2E | 20 | 10 | 21 | 34 |
| Octal | 255 | 163 | 136 | 0 | 42 | 56 | 40 | 20 | 41 | 64 |
| Binary | 10101101 | 1110011 | 1011110 | 0 | 100010 | 101110 | 100000 | 10000 | 100001 | 110100 |
Color Harmonies of #AD735E
Complementary color
Monochromatic Colors of #AD735E
Black with #AD735E
Text Example
Text Example
White with #AD735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD735E; }
p { color: rgb(173,115,94); }
H1.HeaderClassName
{
color: #AD735E;
}
.AnyTagClassName
{
color: #AD735E;
}
</style>
background-color css
<style>
a { background-color: #AD735E; }
a { background-color: rgb(173,115,94); }
div.DivClassName
{
background-color: #AD735E;
}
.BgClassName
{
background-color: #AD735E;
}
</style>
border-color css
<style>
span { border-color: #AD735E; }
span { border-color: rgb(173,115,94); }
td.TdClassName
{
border-color: #AD735E;
}
.TagClassName
{
border-color: #AD735E;
}
</style>