Shades of Orange Roughy #AD513B
Tints of Orange Roughy #AD513B
RGB
CMYK
RGB Variations
Color information
#AD513B (or 0xAD513B) is known color: Orange Roughy. HEX triplet: AD, 51 and 3B. RGB value is (173,81,59). Sum of RGB (Red+Green+Blue) = 173+81+59=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD513B is #52AEC4. Grayscale: #6A6A6A. Windows color (decimal): -5418693 or 3887533. OLE color: 3887533.
HSL color Cylindrical-coordinate representation of color #AD513B: hue angle of 11.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD513B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 59 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.32 |
| HSL | 11.58º | 0.49% | 0.45% | - |
| HSV(B) | 11.58º | 0.66% | 0.68% | - |
| XYZ | 20.97 | 15.08 | 5.94 | - |
| YUV | 106 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 59 | 0 | 0.53 | 0.66 | 0.32 | 11.58 | 0.49 | 0.45 |
| Hex | AD | 51 | 3B | 0 | 35 | 42 | 20 | C | 31 | 2D |
| Octal | 255 | 121 | 73 | 0 | 65 | 102 | 40 | 14 | 61 | 55 |
| Binary | 10101101 | 1010001 | 111011 | 0 | 110101 | 1000010 | 100000 | 1100 | 110001 | 101101 |
Color Harmonies of #AD513B
Complementary color
Monochromatic Colors of #AD513B
Black with #AD513B
Text Example
Text Example
White with #AD513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD513B; }
p { color: rgb(173,81,59); }
H1.HeaderClassName
{
color: #AD513B;
}
.AnyTagClassName
{
color: #AD513B;
}
</style>
background-color css
<style>
a { background-color: #AD513B; }
a { background-color: rgb(173,81,59); }
div.DivClassName
{
background-color: #AD513B;
}
.BgClassName
{
background-color: #AD513B;
}
</style>
border-color css
<style>
span { border-color: #AD513B; }
span { border-color: rgb(173,81,59); }
td.TdClassName
{
border-color: #AD513B;
}
.TagClassName
{
border-color: #AD513B;
}
</style>