Shades of Orange Roughy #AD5133
Tints of Orange Roughy #AD5133
RGB
CMYK
RGB Variations
Color information
#AD5133 (or 0xAD5133) is known color: Orange Roughy. HEX triplet: AD, 51 and 33. RGB value is (173,81,51). Sum of RGB (Red+Green+Blue) = 173+81+51=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5133 is #52AECC. Grayscale: #696969. Windows color (decimal): -5418701 or 3363245. OLE color: 3363245.
HSL color Cylindrical-coordinate representation of color #AD5133: hue angle of 14.75º 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 #AD5133 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 51 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.32 |
| HSL | 14.75º | 0.54% | 0.44% | - |
| HSV(B) | 14.75º | 0.71% | 0.68% | - |
| XYZ | 20.77 | 15.01 | 4.93 | - |
| YUV | 105.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 51 | 0 | 0.53 | 0.71 | 0.32 | 14.75 | 0.54 | 0.44 |
| Hex | AD | 51 | 33 | 0 | 35 | 47 | 20 | F | 36 | 2C |
| Octal | 255 | 121 | 63 | 0 | 65 | 107 | 40 | 17 | 66 | 54 |
| Binary | 10101101 | 1010001 | 110011 | 0 | 110101 | 1000111 | 100000 | 1111 | 110110 | 101100 |
Color Harmonies of #AD5133
Complementary color
Monochromatic Colors of #AD5133
Black with #AD5133
Text Example
Text Example
White with #AD5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5133; }
p { color: rgb(173,81,51); }
H1.HeaderClassName
{
color: #AD5133;
}
.AnyTagClassName
{
color: #AD5133;
}
</style>
background-color css
<style>
a { background-color: #AD5133; }
a { background-color: rgb(173,81,51); }
div.DivClassName
{
background-color: #AD5133;
}
.BgClassName
{
background-color: #AD5133;
}
</style>
border-color css
<style>
span { border-color: #AD5133; }
span { border-color: rgb(173,81,51); }
td.TdClassName
{
border-color: #AD5133;
}
.TagClassName
{
border-color: #AD5133;
}
</style>