Shades of Orange Roughy #AD5134
Tints of Orange Roughy #AD5134
RGB
CMYK
RGB Variations
Color information
#AD5134 (or 0xAD5134) is known color: Orange Roughy. HEX triplet: AD, 51 and 34. RGB value is (173,81,52). Sum of RGB (Red+Green+Blue) = 173+81+52=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5134 is #52AECB. Grayscale: #696969. Windows color (decimal): -5418700 or 3428781. OLE color: 3428781.
HSL color Cylindrical-coordinate representation of color #AD5134: hue angle of 14.38º 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 #AD5134 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 52 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.32 |
| HSL | 14.38º | 0.54% | 0.44% | - |
| HSV(B) | 14.38º | 0.7% | 0.68% | - |
| XYZ | 20.8 | 15.02 | 5.05 | - |
| YUV | 105.2 | 97.98 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 52 | 0 | 0.53 | 0.70 | 0.32 | 14.38 | 0.54 | 0.44 |
| Hex | AD | 51 | 34 | 0 | 35 | 46 | 20 | E | 36 | 2C |
| Octal | 255 | 121 | 64 | 0 | 65 | 106 | 40 | 16 | 66 | 54 |
| Binary | 10101101 | 1010001 | 110100 | 0 | 110101 | 1000110 | 100000 | 1110 | 110110 | 101100 |
Color Harmonies of #AD5134
Complementary color
Monochromatic Colors of #AD5134
Black with #AD5134
Text Example
Text Example
White with #AD5134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5134; }
p { color: rgb(173,81,52); }
H1.HeaderClassName
{
color: #AD5134;
}
.AnyTagClassName
{
color: #AD5134;
}
</style>
background-color css
<style>
a { background-color: #AD5134; }
a { background-color: rgb(173,81,52); }
div.DivClassName
{
background-color: #AD5134;
}
.BgClassName
{
background-color: #AD5134;
}
</style>
border-color css
<style>
span { border-color: #AD5134; }
span { border-color: rgb(173,81,52); }
td.TdClassName
{
border-color: #AD5134;
}
.TagClassName
{
border-color: #AD5134;
}
</style>