Shades of Orange Roughy #AD5437
Tints of Orange Roughy #AD5437
RGB
CMYK
RGB Variations
Color information
#AD5437 (or 0xAD5437) is known color: Orange Roughy. HEX triplet: AD, 54 and 37. RGB value is (173,84,55). Sum of RGB (Red+Green+Blue) = 173+84+55=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5437 is #52ABC8. Grayscale: #6B6B6B. Windows color (decimal): -5417929 or 3626157. OLE color: 3626157.
HSL color Cylindrical-coordinate representation of color #AD5437: hue angle of 14.75º 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 #AD5437 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 55 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.32 |
| HSL | 14.75º | 0.52% | 0.45% | - |
| HSV(B) | 14.75º | 0.68% | 0.68% | - |
| XYZ | 21.09 | 15.5 | 5.49 | - |
| YUV | 107.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 55 | 0 | 0.51 | 0.68 | 0.32 | 14.75 | 0.52 | 0.45 |
| Hex | AD | 54 | 37 | 0 | 33 | 44 | 20 | F | 34 | 2D |
| Octal | 255 | 124 | 67 | 0 | 63 | 104 | 40 | 17 | 64 | 55 |
| Binary | 10101101 | 1010100 | 110111 | 0 | 110011 | 1000100 | 100000 | 1111 | 110100 | 101101 |
Color Harmonies of #AD5437
Complementary color
Monochromatic Colors of #AD5437
Black with #AD5437
Text Example
Text Example
White with #AD5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5437; }
p { color: rgb(173,84,55); }
H1.HeaderClassName
{
color: #AD5437;
}
.AnyTagClassName
{
color: #AD5437;
}
</style>
background-color css
<style>
a { background-color: #AD5437; }
a { background-color: rgb(173,84,55); }
div.DivClassName
{
background-color: #AD5437;
}
.BgClassName
{
background-color: #AD5437;
}
</style>
border-color css
<style>
span { border-color: #AD5437; }
span { border-color: rgb(173,84,55); }
td.TdClassName
{
border-color: #AD5437;
}
.TagClassName
{
border-color: #AD5437;
}
</style>