Shades of Orange Roughy #AD4E35
Tints of Orange Roughy #AD4E35
RGB
CMYK
RGB Variations
Color information
#AD4E35 (or 0xAD4E35) is known color: Orange Roughy. HEX triplet: AD, 4E and 35. RGB value is (173,78,53). Sum of RGB (Red+Green+Blue) = 173+78+53=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E35 is #52B1CA. Grayscale: #676767. Windows color (decimal): -5419467 or 3493549. OLE color: 3493549.
HSL color Cylindrical-coordinate representation of color #AD4E35: hue angle of 12.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4E35 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 53 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.32 |
| HSL | 12.5º | 0.53% | 0.44% | - |
| HSV(B) | 12.5º | 0.69% | 0.68% | - |
| XYZ | 20.6 | 14.59 | 5.1 | - |
| YUV | 103.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 53 | 0 | 0.55 | 0.69 | 0.32 | 12.5 | 0.53 | 0.44 |
| Hex | AD | 4E | 35 | 0 | 37 | 45 | 20 | C | 35 | 2C |
| Octal | 255 | 116 | 65 | 0 | 67 | 105 | 40 | 14 | 65 | 54 |
| Binary | 10101101 | 1001110 | 110101 | 0 | 110111 | 1000101 | 100000 | 1100 | 110101 | 101100 |
Color Harmonies of #AD4E35
Complementary color
Monochromatic Colors of #AD4E35
Black with #AD4E35
Text Example
Text Example
White with #AD4E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E35; }
p { color: rgb(173,78,53); }
H1.HeaderClassName
{
color: #AD4E35;
}
.AnyTagClassName
{
color: #AD4E35;
}
</style>
background-color css
<style>
a { background-color: #AD4E35; }
a { background-color: rgb(173,78,53); }
div.DivClassName
{
background-color: #AD4E35;
}
.BgClassName
{
background-color: #AD4E35;
}
</style>
border-color css
<style>
span { border-color: #AD4E35; }
span { border-color: rgb(173,78,53); }
td.TdClassName
{
border-color: #AD4E35;
}
.TagClassName
{
border-color: #AD4E35;
}
</style>