Shades of Orange Roughy #AD5436
Tints of Orange Roughy #AD5436
RGB
CMYK
RGB Variations
Color information
#AD5436 (or 0xAD5436) is known color: Orange Roughy. HEX triplet: AD, 54 and 36. RGB value is (173,84,54). Sum of RGB (Red+Green+Blue) = 173+84+54=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5436 is #52ABC9. Grayscale: #6B6B6B. Windows color (decimal): -5417930 or 3560621. OLE color: 3560621.
HSL color Cylindrical-coordinate representation of color #AD5436: hue angle of 15.13º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5436 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 54 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.32 |
| HSL | 15.13º | 0.52% | 0.45% | - |
| HSV(B) | 15.13º | 0.69% | 0.68% | - |
| XYZ | 21.07 | 15.49 | 5.37 | - |
| YUV | 107.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 54 | 0 | 0.51 | 0.69 | 0.32 | 15.13 | 0.52 | 0.45 |
| Hex | AD | 54 | 36 | 0 | 33 | 45 | 20 | F | 34 | 2D |
| Octal | 255 | 124 | 66 | 0 | 63 | 105 | 40 | 17 | 64 | 55 |
| Binary | 10101101 | 1010100 | 110110 | 0 | 110011 | 1000101 | 100000 | 1111 | 110100 | 101101 |
Color Harmonies of #AD5436
Complementary color
Monochromatic Colors of #AD5436
Black with #AD5436
Text Example
Text Example
White with #AD5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5436; }
p { color: rgb(173,84,54); }
H1.HeaderClassName
{
color: #AD5436;
}
.AnyTagClassName
{
color: #AD5436;
}
</style>
background-color css
<style>
a { background-color: #AD5436; }
a { background-color: rgb(173,84,54); }
div.DivClassName
{
background-color: #AD5436;
}
.BgClassName
{
background-color: #AD5436;
}
</style>
border-color css
<style>
span { border-color: #AD5436; }
span { border-color: rgb(173,84,54); }
td.TdClassName
{
border-color: #AD5436;
}
.TagClassName
{
border-color: #AD5436;
}
</style>