Shades of Toast #AD735C
Tints of Toast #AD735C
RGB
CMYK
RGB Variations
Color information
#AD735C (or 0xAD735C) is known color: Toast. HEX triplet: AD, 73 and 5C. RGB value is (173,115,92). Sum of RGB (Red+Green+Blue) = 173+115+92=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD735C is #528CA3. Grayscale: #818181. Windows color (decimal): -5409956 or 6058925. OLE color: 6058925.
HSL color Cylindrical-coordinate representation of color #AD735C: hue angle of 17.04º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD735C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 92 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.32 |
| HSL | 17.04º | 0.33% | 0.52% | - |
| HSV(B) | 17.04º | 0.47% | 0.68% | - |
| XYZ | 25.3 | 21.92 | 13.02 | - |
| YUV | 129.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 92 | 0 | 0.34 | 0.47 | 0.32 | 17.04 | 0.33 | 0.52 |
| Hex | AD | 73 | 5C | 0 | 22 | 2F | 20 | 11 | 21 | 34 |
| Octal | 255 | 163 | 134 | 0 | 42 | 57 | 40 | 21 | 41 | 64 |
| Binary | 10101101 | 1110011 | 1011100 | 0 | 100010 | 101111 | 100000 | 10001 | 100001 | 110100 |
Color Harmonies of #AD735C
Complementary color
Monochromatic Colors of #AD735C
Black with #AD735C
Text Example
Text Example
White with #AD735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD735C; }
p { color: rgb(173,115,92); }
H1.HeaderClassName
{
color: #AD735C;
}
.AnyTagClassName
{
color: #AD735C;
}
</style>
background-color css
<style>
a { background-color: #AD735C; }
a { background-color: rgb(173,115,92); }
div.DivClassName
{
background-color: #AD735C;
}
.BgClassName
{
background-color: #AD735C;
}
</style>
border-color css
<style>
span { border-color: #AD735C; }
span { border-color: rgb(173,115,92); }
td.TdClassName
{
border-color: #AD735C;
}
.TagClassName
{
border-color: #AD735C;
}
</style>