Shades of Toast #AD7461
Tints of Toast #AD7461
RGB
CMYK
RGB Variations
Color information
#AD7461 (or 0xAD7461) is known color: Toast. HEX triplet: AD, 74 and 61. RGB value is (173,116,97). Sum of RGB (Red+Green+Blue) = 173+116+97=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7461 is #528B9E. Grayscale: #838383. Windows color (decimal): -5409695 or 6386861. OLE color: 6386861.
HSL color Cylindrical-coordinate representation of color #AD7461: hue angle of 15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7461 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 97 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.32 |
| HSL | 15º | 0.32% | 0.53% | - |
| HSV(B) | 15º | 0.44% | 0.68% | - |
| XYZ | 25.64 | 22.24 | 14.25 | - |
| YUV | 130.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 97 | 0 | 0.33 | 0.44 | 0.32 | 15 | 0.32 | 0.53 |
| Hex | AD | 74 | 61 | 0 | 21 | 2C | 20 | F | 20 | 35 |
| Octal | 255 | 164 | 141 | 0 | 41 | 54 | 40 | 17 | 40 | 65 |
| Binary | 10101101 | 1110100 | 1100001 | 0 | 100001 | 101100 | 100000 | 1111 | 100000 | 110101 |
Color Harmonies of #AD7461
Complementary color
Monochromatic Colors of #AD7461
Black with #AD7461
Text Example
Text Example
White with #AD7461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7461; }
p { color: rgb(173,116,97); }
H1.HeaderClassName
{
color: #AD7461;
}
.AnyTagClassName
{
color: #AD7461;
}
</style>
background-color css
<style>
a { background-color: #AD7461; }
a { background-color: rgb(173,116,97); }
div.DivClassName
{
background-color: #AD7461;
}
.BgClassName
{
background-color: #AD7461;
}
</style>
border-color css
<style>
span { border-color: #AD7461; }
span { border-color: rgb(173,116,97); }
td.TdClassName
{
border-color: #AD7461;
}
.TagClassName
{
border-color: #AD7461;
}
</style>