Shades of Orange Roughy #AD563C
Tints of Orange Roughy #AD563C
RGB
CMYK
RGB Variations
Color information
#AD563C (or 0xAD563C) is known color: Orange Roughy. HEX triplet: AD, 56 and 3C. RGB value is (173,86,60). Sum of RGB (Red+Green+Blue) = 173+86+60=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD563C is #52A9C3. Grayscale: #6D6D6D. Windows color (decimal): -5417412 or 3954349. OLE color: 3954349.
HSL color Cylindrical-coordinate representation of color #AD563C: hue angle of 13.81º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD563C is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 60 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.32 |
| HSL | 13.81º | 0.48% | 0.46% | - |
| HSV(B) | 13.81º | 0.65% | 0.68% | - |
| XYZ | 21.38 | 15.87 | 6.21 | - |
| YUV | 109.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 60 | 0 | 0.50 | 0.65 | 0.32 | 13.81 | 0.48 | 0.46 |
| Hex | AD | 56 | 3C | 0 | 32 | 41 | 20 | E | 30 | 2E |
| Octal | 255 | 126 | 74 | 0 | 62 | 101 | 40 | 16 | 60 | 56 |
| Binary | 10101101 | 1010110 | 111100 | 0 | 110010 | 1000001 | 100000 | 1110 | 110000 | 101110 |
Color Harmonies of #AD563C
Complementary color
Monochromatic Colors of #AD563C
Black with #AD563C
Text Example
Text Example
White with #AD563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD563C; }
p { color: rgb(173,86,60); }
H1.HeaderClassName
{
color: #AD563C;
}
.AnyTagClassName
{
color: #AD563C;
}
</style>
background-color css
<style>
a { background-color: #AD563C; }
a { background-color: rgb(173,86,60); }
div.DivClassName
{
background-color: #AD563C;
}
.BgClassName
{
background-color: #AD563C;
}
</style>
border-color css
<style>
span { border-color: #AD563C; }
span { border-color: rgb(173,86,60); }
td.TdClassName
{
border-color: #AD563C;
}
.TagClassName
{
border-color: #AD563C;
}
</style>