Shades of Toast #AD725C
Tints of Toast #AD725C
RGB
CMYK
RGB Variations
Color information
#AD725C (or 0xAD725C) is known color: Toast. HEX triplet: AD, 72 and 5C. RGB value is (173,114,92). Sum of RGB (Red+Green+Blue) = 173+114+92=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD725C is #528DA3. Grayscale: #818181. Windows color (decimal): -5410212 or 6058669. OLE color: 6058669.
HSL color Cylindrical-coordinate representation of color #AD725C: hue angle of 16.3º 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 #AD725C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 92 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.32 |
| HSL | 16.3º | 0.33% | 0.52% | - |
| HSV(B) | 16.3º | 0.47% | 0.68% | - |
| XYZ | 25.18 | 21.69 | 12.98 | - |
| YUV | 129.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 92 | 0 | 0.34 | 0.47 | 0.32 | 16.3 | 0.33 | 0.52 |
| Hex | AD | 72 | 5C | 0 | 22 | 2F | 20 | 10 | 21 | 34 |
| Octal | 255 | 162 | 134 | 0 | 42 | 57 | 40 | 20 | 41 | 64 |
| Binary | 10101101 | 1110010 | 1011100 | 0 | 100010 | 101111 | 100000 | 10000 | 100001 | 110100 |
Color Harmonies of #AD725C
Complementary color
Monochromatic Colors of #AD725C
Black with #AD725C
Text Example
Text Example
White with #AD725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD725C; }
p { color: rgb(173,114,92); }
H1.HeaderClassName
{
color: #AD725C;
}
.AnyTagClassName
{
color: #AD725C;
}
</style>
background-color css
<style>
a { background-color: #AD725C; }
a { background-color: rgb(173,114,92); }
div.DivClassName
{
background-color: #AD725C;
}
.BgClassName
{
background-color: #AD725C;
}
</style>
border-color css
<style>
span { border-color: #AD725C; }
span { border-color: rgb(173,114,92); }
td.TdClassName
{
border-color: #AD725C;
}
.TagClassName
{
border-color: #AD725C;
}
</style>