Shades of Orange Roughy #AD5136
Tints of Orange Roughy #AD5136
RGB
CMYK
RGB Variations
Color information
#AD5136 (or 0xAD5136) is known color: Orange Roughy. HEX triplet: AD, 51 and 36. RGB value is (173,81,54). Sum of RGB (Red+Green+Blue) = 173+81+54=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5136 is #52AEC9. Grayscale: #696969. Windows color (decimal): -5418698 or 3559853. OLE color: 3559853.
HSL color Cylindrical-coordinate representation of color #AD5136: hue angle of 13.61º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5136 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 54 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.32 |
| HSL | 13.61º | 0.52% | 0.45% | - |
| HSV(B) | 13.61º | 0.69% | 0.68% | - |
| XYZ | 20.84 | 15.04 | 5.29 | - |
| YUV | 105.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 54 | 0 | 0.53 | 0.69 | 0.32 | 13.61 | 0.52 | 0.45 |
| Hex | AD | 51 | 36 | 0 | 35 | 45 | 20 | E | 34 | 2D |
| Octal | 255 | 121 | 66 | 0 | 65 | 105 | 40 | 16 | 64 | 55 |
| Binary | 10101101 | 1010001 | 110110 | 0 | 110101 | 1000101 | 100000 | 1110 | 110100 | 101101 |
Color Harmonies of #AD5136
Complementary color
Monochromatic Colors of #AD5136
Black with #AD5136
Text Example
Text Example
White with #AD5136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5136; }
p { color: rgb(173,81,54); }
H1.HeaderClassName
{
color: #AD5136;
}
.AnyTagClassName
{
color: #AD5136;
}
</style>
background-color css
<style>
a { background-color: #AD5136; }
a { background-color: rgb(173,81,54); }
div.DivClassName
{
background-color: #AD5136;
}
.BgClassName
{
background-color: #AD5136;
}
</style>
border-color css
<style>
span { border-color: #AD5136; }
span { border-color: rgb(173,81,54); }
td.TdClassName
{
border-color: #AD5136;
}
.TagClassName
{
border-color: #AD5136;
}
</style>