Shades of Orange Roughy #AD5033
Tints of Orange Roughy #AD5033
RGB
CMYK
RGB Variations
Color information
#AD5033 (or 0xAD5033) is known color: Orange Roughy. HEX triplet: AD, 50 and 33. RGB value is (173,80,51). Sum of RGB (Red+Green+Blue) = 173+80+51=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5033 is #52AFCC. Grayscale: #686868. Windows color (decimal): -5418957 or 3362989. OLE color: 3362989.
HSL color Cylindrical-coordinate representation of color #AD5033: hue angle of 14.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD5033 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 51 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.32 |
| HSL | 14.26º | 0.54% | 0.44% | - |
| HSV(B) | 14.26º | 0.71% | 0.68% | - |
| XYZ | 20.7 | 14.86 | 4.91 | - |
| YUV | 104.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 51 | 0 | 0.54 | 0.71 | 0.32 | 14.26 | 0.54 | 0.44 |
| Hex | AD | 50 | 33 | 0 | 36 | 47 | 20 | E | 36 | 2C |
| Octal | 255 | 120 | 63 | 0 | 66 | 107 | 40 | 16 | 66 | 54 |
| Binary | 10101101 | 1010000 | 110011 | 0 | 110110 | 1000111 | 100000 | 1110 | 110110 | 101100 |
Color Harmonies of #AD5033
Complementary color
Monochromatic Colors of #AD5033
Black with #AD5033
Text Example
Text Example
White with #AD5033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5033; }
p { color: rgb(173,80,51); }
H1.HeaderClassName
{
color: #AD5033;
}
.AnyTagClassName
{
color: #AD5033;
}
</style>
background-color css
<style>
a { background-color: #AD5033; }
a { background-color: rgb(173,80,51); }
div.DivClassName
{
background-color: #AD5033;
}
.BgClassName
{
background-color: #AD5033;
}
</style>
border-color css
<style>
span { border-color: #AD5033; }
span { border-color: rgb(173,80,51); }
td.TdClassName
{
border-color: #AD5033;
}
.TagClassName
{
border-color: #AD5033;
}
</style>