Shades of Orange Roughy #AD4B37
Tints of Orange Roughy #AD4B37
RGB
CMYK
RGB Variations
Color information
#AD4B37 (or 0xAD4B37) is known color: Orange Roughy. HEX triplet: AD, 4B and 37. RGB value is (173,75,55). Sum of RGB (Red+Green+Blue) = 173+75+55=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B37 is #52B4C8. Grayscale: #666666. Windows color (decimal): -5420233 or 3623853. OLE color: 3623853.
HSL color Cylindrical-coordinate representation of color #AD4B37: hue angle of 10.17º 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 #AD4B37 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 55 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.32 |
| HSL | 10.17º | 0.52% | 0.45% | - |
| HSV(B) | 10.17º | 0.68% | 0.68% | - |
| XYZ | 20.44 | 14.19 | 5.28 | - |
| YUV | 102.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 55 | 0 | 0.57 | 0.68 | 0.32 | 10.17 | 0.52 | 0.45 |
| Hex | AD | 4B | 37 | 0 | 39 | 44 | 20 | A | 34 | 2D |
| Octal | 255 | 113 | 67 | 0 | 71 | 104 | 40 | 12 | 64 | 55 |
| Binary | 10101101 | 1001011 | 110111 | 0 | 111001 | 1000100 | 100000 | 1010 | 110100 | 101101 |
Color Harmonies of #AD4B37
Complementary color
Monochromatic Colors of #AD4B37
Black with #AD4B37
Text Example
Text Example
White with #AD4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B37; }
p { color: rgb(173,75,55); }
H1.HeaderClassName
{
color: #AD4B37;
}
.AnyTagClassName
{
color: #AD4B37;
}
</style>
background-color css
<style>
a { background-color: #AD4B37; }
a { background-color: rgb(173,75,55); }
div.DivClassName
{
background-color: #AD4B37;
}
.BgClassName
{
background-color: #AD4B37;
}
</style>
border-color css
<style>
span { border-color: #AD4B37; }
span { border-color: rgb(173,75,55); }
td.TdClassName
{
border-color: #AD4B37;
}
.TagClassName
{
border-color: #AD4B37;
}
</style>