Shades of Orange Roughy #AD5034
Tints of Orange Roughy #AD5034
RGB
CMYK
RGB Variations
Color information
#AD5034 (or 0xAD5034) is known color: Orange Roughy. HEX triplet: AD, 50 and 34. RGB value is (173,80,52). Sum of RGB (Red+Green+Blue) = 173+80+52=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5034 is #52AFCB. Grayscale: #686868. Windows color (decimal): -5418956 or 3428525. OLE color: 3428525.
HSL color Cylindrical-coordinate representation of color #AD5034: hue angle of 13.88º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD5034 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 52 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.32 |
| HSL | 13.88º | 0.54% | 0.44% | - |
| HSV(B) | 13.88º | 0.7% | 0.68% | - |
| XYZ | 20.72 | 14.87 | 5.03 | - |
| YUV | 104.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 52 | 0 | 0.54 | 0.70 | 0.32 | 13.88 | 0.54 | 0.44 |
| Hex | AD | 50 | 34 | 0 | 36 | 46 | 20 | E | 36 | 2C |
| Octal | 255 | 120 | 64 | 0 | 66 | 106 | 40 | 16 | 66 | 54 |
| Binary | 10101101 | 1010000 | 110100 | 0 | 110110 | 1000110 | 100000 | 1110 | 110110 | 101100 |
Color Harmonies of #AD5034
Complementary color
Monochromatic Colors of #AD5034
Black with #AD5034
Text Example
Text Example
White with #AD5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5034; }
p { color: rgb(173,80,52); }
H1.HeaderClassName
{
color: #AD5034;
}
.AnyTagClassName
{
color: #AD5034;
}
</style>
background-color css
<style>
a { background-color: #AD5034; }
a { background-color: rgb(173,80,52); }
div.DivClassName
{
background-color: #AD5034;
}
.BgClassName
{
background-color: #AD5034;
}
</style>
border-color css
<style>
span { border-color: #AD5034; }
span { border-color: rgb(173,80,52); }
td.TdClassName
{
border-color: #AD5034;
}
.TagClassName
{
border-color: #AD5034;
}
</style>