Shades of Orange Roughy #AD543E
Tints of Orange Roughy #AD543E
RGB
CMYK
RGB Variations
Color information
#AD543E (or 0xAD543E) is known color: Orange Roughy. HEX triplet: AD, 54 and 3E. RGB value is (173,84,62). Sum of RGB (Red+Green+Blue) = 173+84+62=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD543E is #52ABC1. Grayscale: #6C6C6C. Windows color (decimal): -5417922 or 4084909. OLE color: 4084909.
HSL color Cylindrical-coordinate representation of color #AD543E: hue angle of 11.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD543E is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 62 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.32 |
| HSL | 11.89º | 0.47% | 0.46% | - |
| HSV(B) | 11.89º | 0.64% | 0.68% | - |
| XYZ | 21.27 | 15.57 | 6.44 | - |
| YUV | 108.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 62 | 0 | 0.51 | 0.64 | 0.32 | 11.89 | 0.47 | 0.46 |
| Hex | AD | 54 | 3E | 0 | 33 | 40 | 20 | C | 2F | 2E |
| Octal | 255 | 124 | 76 | 0 | 63 | 100 | 40 | 14 | 57 | 56 |
| Binary | 10101101 | 1010100 | 111110 | 0 | 110011 | 1000000 | 100000 | 1100 | 101111 | 101110 |
Color Harmonies of #AD543E
Complementary color
Monochromatic Colors of #AD543E
Black with #AD543E
Text Example
Text Example
White with #AD543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD543E; }
p { color: rgb(173,84,62); }
H1.HeaderClassName
{
color: #AD543E;
}
.AnyTagClassName
{
color: #AD543E;
}
</style>
background-color css
<style>
a { background-color: #AD543E; }
a { background-color: rgb(173,84,62); }
div.DivClassName
{
background-color: #AD543E;
}
.BgClassName
{
background-color: #AD543E;
}
</style>
border-color css
<style>
span { border-color: #AD543E; }
span { border-color: rgb(173,84,62); }
td.TdClassName
{
border-color: #AD543E;
}
.TagClassName
{
border-color: #AD543E;
}
</style>