Shades of Orange Roughy #AD5839
Tints of Orange Roughy #AD5839
RGB
CMYK
RGB Variations
Color information
#AD5839 (or 0xAD5839) is known color: Orange Roughy. HEX triplet: AD, 58 and 39. RGB value is (173,88,57). Sum of RGB (Red+Green+Blue) = 173+88+57=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5839 is #52A7C6. Grayscale: #6E6E6E. Windows color (decimal): -5416903 or 3758253. OLE color: 3758253.
HSL color Cylindrical-coordinate representation of color #AD5839: hue angle of 16.03º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD5839 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 57 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.32 |
| HSL | 16.03º | 0.5% | 0.45% | - |
| HSV(B) | 16.03º | 0.67% | 0.68% | - |
| XYZ | 21.46 | 16.16 | 5.86 | - |
| YUV | 109.88 | 98.16 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 57 | 0 | 0.49 | 0.67 | 0.32 | 16.03 | 0.5 | 0.45 |
| Hex | AD | 58 | 39 | 0 | 31 | 43 | 20 | 10 | 32 | 2D |
| Octal | 255 | 130 | 71 | 0 | 61 | 103 | 40 | 20 | 62 | 55 |
| Binary | 10101101 | 1011000 | 111001 | 0 | 110001 | 1000011 | 100000 | 10000 | 110010 | 101101 |
Color Harmonies of #AD5839
Complementary color
Monochromatic Colors of #AD5839
Black with #AD5839
Text Example
Text Example
White with #AD5839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5839; }
p { color: rgb(173,88,57); }
H1.HeaderClassName
{
color: #AD5839;
}
.AnyTagClassName
{
color: #AD5839;
}
</style>
background-color css
<style>
a { background-color: #AD5839; }
a { background-color: rgb(173,88,57); }
div.DivClassName
{
background-color: #AD5839;
}
.BgClassName
{
background-color: #AD5839;
}
</style>
border-color css
<style>
span { border-color: #AD5839; }
span { border-color: rgb(173,88,57); }
td.TdClassName
{
border-color: #AD5839;
}
.TagClassName
{
border-color: #AD5839;
}
</style>