Shades of Orange Roughy #AD583C
Tints of Orange Roughy #AD583C
RGB
CMYK
RGB Variations
Color information
#AD583C (or 0xAD583C) is known color: Orange Roughy. HEX triplet: AD, 58 and 3C. RGB value is (173,88,60). Sum of RGB (Red+Green+Blue) = 173+88+60=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD583C is #52A7C3. Grayscale: #6E6E6E. Windows color (decimal): -5416900 or 3954861. OLE color: 3954861.
HSL color Cylindrical-coordinate representation of color #AD583C: hue angle of 14.87º 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 #AD583C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 60 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.32 |
| HSL | 14.87º | 0.48% | 0.46% | - |
| HSV(B) | 14.87º | 0.65% | 0.68% | - |
| XYZ | 21.54 | 16.19 | 6.26 | - |
| YUV | 110.22 | 99.66 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 60 | 0 | 0.49 | 0.65 | 0.32 | 14.87 | 0.48 | 0.46 |
| Hex | AD | 58 | 3C | 0 | 31 | 41 | 20 | F | 30 | 2E |
| Octal | 255 | 130 | 74 | 0 | 61 | 101 | 40 | 17 | 60 | 56 |
| Binary | 10101101 | 1011000 | 111100 | 0 | 110001 | 1000001 | 100000 | 1111 | 110000 | 101110 |
Color Harmonies of #AD583C
Complementary color
Monochromatic Colors of #AD583C
Black with #AD583C
Text Example
Text Example
White with #AD583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD583C; }
p { color: rgb(173,88,60); }
H1.HeaderClassName
{
color: #AD583C;
}
.AnyTagClassName
{
color: #AD583C;
}
</style>
background-color css
<style>
a { background-color: #AD583C; }
a { background-color: rgb(173,88,60); }
div.DivClassName
{
background-color: #AD583C;
}
.BgClassName
{
background-color: #AD583C;
}
</style>
border-color css
<style>
span { border-color: #AD583C; }
span { border-color: rgb(173,88,60); }
td.TdClassName
{
border-color: #AD583C;
}
.TagClassName
{
border-color: #AD583C;
}
</style>