Shades of Orange Roughy #AD5439
Tints of Orange Roughy #AD5439
RGB
CMYK
RGB Variations
Color information
#AD5439 (or 0xAD5439) is known color: Orange Roughy. HEX triplet: AD, 54 and 39. RGB value is (173,84,57). Sum of RGB (Red+Green+Blue) = 173+84+57=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5439 is #52ABC6. Grayscale: #6B6B6B. Windows color (decimal): -5417927 or 3757229. OLE color: 3757229.
HSL color Cylindrical-coordinate representation of color #AD5439: hue angle of 13.97º 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 #AD5439 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 57 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.32 |
| HSL | 13.97º | 0.5% | 0.45% | - |
| HSV(B) | 13.97º | 0.67% | 0.68% | - |
| XYZ | 21.14 | 15.52 | 5.75 | - |
| YUV | 107.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 57 | 0 | 0.51 | 0.67 | 0.32 | 13.97 | 0.5 | 0.45 |
| Hex | AD | 54 | 39 | 0 | 33 | 43 | 20 | E | 32 | 2D |
| Octal | 255 | 124 | 71 | 0 | 63 | 103 | 40 | 16 | 62 | 55 |
| Binary | 10101101 | 1010100 | 111001 | 0 | 110011 | 1000011 | 100000 | 1110 | 110010 | 101101 |
Color Harmonies of #AD5439
Complementary color
Monochromatic Colors of #AD5439
Black with #AD5439
Text Example
Text Example
White with #AD5439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5439; }
p { color: rgb(173,84,57); }
H1.HeaderClassName
{
color: #AD5439;
}
.AnyTagClassName
{
color: #AD5439;
}
</style>
background-color css
<style>
a { background-color: #AD5439; }
a { background-color: rgb(173,84,57); }
div.DivClassName
{
background-color: #AD5439;
}
.BgClassName
{
background-color: #AD5439;
}
</style>
border-color css
<style>
span { border-color: #AD5439; }
span { border-color: rgb(173,84,57); }
td.TdClassName
{
border-color: #AD5439;
}
.TagClassName
{
border-color: #AD5439;
}
</style>