Shades of Orange Roughy #AD5237
Tints of Orange Roughy #AD5237
RGB
CMYK
RGB Variations
Color information
#AD5237 (or 0xAD5237) is known color: Orange Roughy. HEX triplet: AD, 52 and 37. RGB value is (173,82,55). Sum of RGB (Red+Green+Blue) = 173+82+55=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5237 is #52ADC8. Grayscale: #6A6A6A. Windows color (decimal): -5418441 or 3625645. OLE color: 3625645.
HSL color Cylindrical-coordinate representation of color #AD5237: hue angle of 13.73º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD5237 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 55 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.32 |
| HSL | 13.73º | 0.52% | 0.45% | - |
| HSV(B) | 13.73º | 0.68% | 0.68% | - |
| XYZ | 20.94 | 15.19 | 5.44 | - |
| YUV | 106.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 55 | 0 | 0.53 | 0.68 | 0.32 | 13.73 | 0.52 | 0.45 |
| Hex | AD | 52 | 37 | 0 | 35 | 44 | 20 | E | 34 | 2D |
| Octal | 255 | 122 | 67 | 0 | 65 | 104 | 40 | 16 | 64 | 55 |
| Binary | 10101101 | 1010010 | 110111 | 0 | 110101 | 1000100 | 100000 | 1110 | 110100 | 101101 |
Color Harmonies of #AD5237
Complementary color
Monochromatic Colors of #AD5237
Black with #AD5237
Text Example
Text Example
White with #AD5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5237; }
p { color: rgb(173,82,55); }
H1.HeaderClassName
{
color: #AD5237;
}
.AnyTagClassName
{
color: #AD5237;
}
</style>
background-color css
<style>
a { background-color: #AD5237; }
a { background-color: rgb(173,82,55); }
div.DivClassName
{
background-color: #AD5237;
}
.BgClassName
{
background-color: #AD5237;
}
</style>
border-color css
<style>
span { border-color: #AD5237; }
span { border-color: rgb(173,82,55); }
td.TdClassName
{
border-color: #AD5237;
}
.TagClassName
{
border-color: #AD5237;
}
</style>