Shades of Orange Roughy #AD4F3C
Tints of Orange Roughy #AD4F3C
RGB
CMYK
RGB Variations
Color information
#AD4F3C (or 0xAD4F3C) is known color: Orange Roughy. HEX triplet: AD, 4F and 3C. RGB value is (173,79,60). Sum of RGB (Red+Green+Blue) = 173+79+60=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F3C is #52B0C3. Grayscale: #696969. Windows color (decimal): -5419204 or 3952557. OLE color: 3952557.
HSL color Cylindrical-coordinate representation of color #AD4F3C: hue angle of 10.09º 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 #AD4F3C is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 60 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.32 |
| HSL | 10.09º | 0.48% | 0.46% | - |
| HSV(B) | 10.09º | 0.65% | 0.68% | - |
| XYZ | 20.85 | 14.8 | 6.03 | - |
| YUV | 104.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 60 | 0 | 0.54 | 0.65 | 0.32 | 10.09 | 0.48 | 0.46 |
| Hex | AD | 4F | 3C | 0 | 36 | 41 | 20 | A | 30 | 2E |
| Octal | 255 | 117 | 74 | 0 | 66 | 101 | 40 | 12 | 60 | 56 |
| Binary | 10101101 | 1001111 | 111100 | 0 | 110110 | 1000001 | 100000 | 1010 | 110000 | 101110 |
Color Harmonies of #AD4F3C
Complementary color
Monochromatic Colors of #AD4F3C
Black with #AD4F3C
Text Example
Text Example
White with #AD4F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F3C; }
p { color: rgb(173,79,60); }
H1.HeaderClassName
{
color: #AD4F3C;
}
.AnyTagClassName
{
color: #AD4F3C;
}
</style>
background-color css
<style>
a { background-color: #AD4F3C; }
a { background-color: rgb(173,79,60); }
div.DivClassName
{
background-color: #AD4F3C;
}
.BgClassName
{
background-color: #AD4F3C;
}
</style>
border-color css
<style>
span { border-color: #AD4F3C; }
span { border-color: rgb(173,79,60); }
td.TdClassName
{
border-color: #AD4F3C;
}
.TagClassName
{
border-color: #AD4F3C;
}
</style>