Shades of Orange Roughy #AD563D
Tints of Orange Roughy #AD563D
RGB
CMYK
RGB Variations
Color information
#AD563D (or 0xAD563D) is known color: Orange Roughy. HEX triplet: AD, 56 and 3D. RGB value is (173,86,61). Sum of RGB (Red+Green+Blue) = 173+86+61=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD563D is #52A9C2. Grayscale: #6D6D6D. Windows color (decimal): -5417411 or 4019885. OLE color: 4019885.
HSL color Cylindrical-coordinate representation of color #AD563D: hue angle of 13.39º 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 #AD563D is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 61 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.32 |
| HSL | 13.39º | 0.48% | 0.46% | - |
| HSV(B) | 13.39º | 0.65% | 0.68% | - |
| XYZ | 21.4 | 15.88 | 6.35 | - |
| YUV | 109.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 61 | 0 | 0.50 | 0.65 | 0.32 | 13.39 | 0.48 | 0.46 |
| Hex | AD | 56 | 3D | 0 | 32 | 41 | 20 | D | 30 | 2E |
| Octal | 255 | 126 | 75 | 0 | 62 | 101 | 40 | 15 | 60 | 56 |
| Binary | 10101101 | 1010110 | 111101 | 0 | 110010 | 1000001 | 100000 | 1101 | 110000 | 101110 |
Color Harmonies of #AD563D
Complementary color
Monochromatic Colors of #AD563D
Black with #AD563D
Text Example
Text Example
White with #AD563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD563D; }
p { color: rgb(173,86,61); }
H1.HeaderClassName
{
color: #AD563D;
}
.AnyTagClassName
{
color: #AD563D;
}
</style>
background-color css
<style>
a { background-color: #AD563D; }
a { background-color: rgb(173,86,61); }
div.DivClassName
{
background-color: #AD563D;
}
.BgClassName
{
background-color: #AD563D;
}
</style>
border-color css
<style>
span { border-color: #AD563D; }
span { border-color: rgb(173,86,61); }
td.TdClassName
{
border-color: #AD563D;
}
.TagClassName
{
border-color: #AD563D;
}
</style>