Shades of Orange Roughy #AD553C
Tints of Orange Roughy #AD553C
RGB
CMYK
RGB Variations
Color information
#AD553C (or 0xAD553C) is known color: Orange Roughy. HEX triplet: AD, 55 and 3C. RGB value is (173,85,60). Sum of RGB (Red+Green+Blue) = 173+85+60=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD553C is #52AAC3. Grayscale: #6C6C6C. Windows color (decimal): -5417668 or 3954093. OLE color: 3954093.
HSL color Cylindrical-coordinate representation of color #AD553C: hue angle of 13.27º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD553C is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 60 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.32 |
| HSL | 13.27º | 0.48% | 0.46% | - |
| HSV(B) | 13.27º | 0.65% | 0.68% | - |
| XYZ | 21.3 | 15.71 | 6.18 | - |
| YUV | 108.46 | 100.65 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 60 | 0 | 0.51 | 0.65 | 0.32 | 13.27 | 0.48 | 0.46 |
| Hex | AD | 55 | 3C | 0 | 33 | 41 | 20 | D | 30 | 2E |
| Octal | 255 | 125 | 74 | 0 | 63 | 101 | 40 | 15 | 60 | 56 |
| Binary | 10101101 | 1010101 | 111100 | 0 | 110011 | 1000001 | 100000 | 1101 | 110000 | 101110 |
Color Harmonies of #AD553C
Complementary color
Monochromatic Colors of #AD553C
Black with #AD553C
Text Example
Text Example
White with #AD553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD553C; }
p { color: rgb(173,85,60); }
H1.HeaderClassName
{
color: #AD553C;
}
.AnyTagClassName
{
color: #AD553C;
}
</style>
background-color css
<style>
a { background-color: #AD553C; }
a { background-color: rgb(173,85,60); }
div.DivClassName
{
background-color: #AD553C;
}
.BgClassName
{
background-color: #AD553C;
}
</style>
border-color css
<style>
span { border-color: #AD553C; }
span { border-color: rgb(173,85,60); }
td.TdClassName
{
border-color: #AD553C;
}
.TagClassName
{
border-color: #AD553C;
}
</style>