Shades of Orange Roughy #AD4D38
Tints of Orange Roughy #AD4D38
RGB
CMYK
RGB Variations
Color information
#AD4D38 (or 0xAD4D38) is known color: Orange Roughy. HEX triplet: AD, 4D and 38. RGB value is (173,77,56). Sum of RGB (Red+Green+Blue) = 173+77+56=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D38 is #52B2C7. Grayscale: #676767. Windows color (decimal): -5419720 or 3689901. OLE color: 3689901.
HSL color Cylindrical-coordinate representation of color #AD4D38: hue angle of 10.77º degrees, saturation: 0.51, 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 #AD4D38 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 56 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.32 |
| HSL | 10.77º | 0.51% | 0.45% | - |
| HSV(B) | 10.77º | 0.68% | 0.68% | - |
| XYZ | 20.6 | 14.48 | 5.45 | - |
| YUV | 103.31 | 101.3 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 56 | 0 | 0.55 | 0.68 | 0.32 | 10.77 | 0.51 | 0.45 |
| Hex | AD | 4D | 38 | 0 | 37 | 44 | 20 | B | 33 | 2D |
| Octal | 255 | 115 | 70 | 0 | 67 | 104 | 40 | 13 | 63 | 55 |
| Binary | 10101101 | 1001101 | 111000 | 0 | 110111 | 1000100 | 100000 | 1011 | 110011 | 101101 |
Color Harmonies of #AD4D38
Complementary color
Monochromatic Colors of #AD4D38
Black with #AD4D38
Text Example
Text Example
White with #AD4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D38; }
p { color: rgb(173,77,56); }
H1.HeaderClassName
{
color: #AD4D38;
}
.AnyTagClassName
{
color: #AD4D38;
}
</style>
background-color css
<style>
a { background-color: #AD4D38; }
a { background-color: rgb(173,77,56); }
div.DivClassName
{
background-color: #AD4D38;
}
.BgClassName
{
background-color: #AD4D38;
}
</style>
border-color css
<style>
span { border-color: #AD4D38; }
span { border-color: rgb(173,77,56); }
td.TdClassName
{
border-color: #AD4D38;
}
.TagClassName
{
border-color: #AD4D38;
}
</style>