Shades of Orange Roughy #AD5537
Tints of Orange Roughy #AD5537
RGB
CMYK
RGB Variations
Color information
#AD5537 (or 0xAD5537) is known color: Orange Roughy. HEX triplet: AD, 55 and 37. RGB value is (173,85,55). Sum of RGB (Red+Green+Blue) = 173+85+55=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5537 is #52AAC8. Grayscale: #6C6C6C. Windows color (decimal): -5417673 or 3626413. OLE color: 3626413.
HSL color Cylindrical-coordinate representation of color #AD5537: hue angle of 15.25º 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 #AD5537 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 55 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.32 |
| HSL | 15.25º | 0.52% | 0.45% | - |
| HSV(B) | 15.25º | 0.68% | 0.68% | - |
| XYZ | 21.17 | 15.66 | 5.52 | - |
| YUV | 107.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 55 | 0 | 0.51 | 0.68 | 0.32 | 15.25 | 0.52 | 0.45 |
| Hex | AD | 55 | 37 | 0 | 33 | 44 | 20 | F | 34 | 2D |
| Octal | 255 | 125 | 67 | 0 | 63 | 104 | 40 | 17 | 64 | 55 |
| Binary | 10101101 | 1010101 | 110111 | 0 | 110011 | 1000100 | 100000 | 1111 | 110100 | 101101 |
Color Harmonies of #AD5537
Complementary color
Monochromatic Colors of #AD5537
Black with #AD5537
Text Example
Text Example
White with #AD5537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5537; }
p { color: rgb(173,85,55); }
H1.HeaderClassName
{
color: #AD5537;
}
.AnyTagClassName
{
color: #AD5537;
}
</style>
background-color css
<style>
a { background-color: #AD5537; }
a { background-color: rgb(173,85,55); }
div.DivClassName
{
background-color: #AD5537;
}
.BgClassName
{
background-color: #AD5537;
}
</style>
border-color css
<style>
span { border-color: #AD5537; }
span { border-color: rgb(173,85,55); }
td.TdClassName
{
border-color: #AD5537;
}
.TagClassName
{
border-color: #AD5537;
}
</style>