Shades of Orange Roughy #AD573E
Tints of Orange Roughy #AD573E
RGB
CMYK
RGB Variations
Color information
#AD573E (or 0xAD573E) is known color: Orange Roughy. HEX triplet: AD, 57 and 3E. RGB value is (173,87,62). Sum of RGB (Red+Green+Blue) = 173+87+62=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD573E is #52A8C1. Grayscale: #6E6E6E. Windows color (decimal): -5417154 or 4085677. OLE color: 4085677.
HSL color Cylindrical-coordinate representation of color #AD573E: hue angle of 13.51º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD573E is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 62 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.32 |
| HSL | 13.51º | 0.47% | 0.46% | - |
| HSV(B) | 13.51º | 0.64% | 0.68% | - |
| XYZ | 21.51 | 16.05 | 6.52 | - |
| YUV | 109.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 62 | 0 | 0.50 | 0.64 | 0.32 | 13.51 | 0.47 | 0.46 |
| Hex | AD | 57 | 3E | 0 | 32 | 40 | 20 | E | 2F | 2E |
| Octal | 255 | 127 | 76 | 0 | 62 | 100 | 40 | 16 | 57 | 56 |
| Binary | 10101101 | 1010111 | 111110 | 0 | 110010 | 1000000 | 100000 | 1110 | 101111 | 101110 |
Color Harmonies of #AD573E
Complementary color
Monochromatic Colors of #AD573E
Black with #AD573E
Text Example
Text Example
White with #AD573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD573E; }
p { color: rgb(173,87,62); }
H1.HeaderClassName
{
color: #AD573E;
}
.AnyTagClassName
{
color: #AD573E;
}
</style>
background-color css
<style>
a { background-color: #AD573E; }
a { background-color: rgb(173,87,62); }
div.DivClassName
{
background-color: #AD573E;
}
.BgClassName
{
background-color: #AD573E;
}
</style>
border-color css
<style>
span { border-color: #AD573E; }
span { border-color: rgb(173,87,62); }
td.TdClassName
{
border-color: #AD573E;
}
.TagClassName
{
border-color: #AD573E;
}
</style>