Shades of Orange Roughy #AD533C
Tints of Orange Roughy #AD533C
RGB
CMYK
RGB Variations
Color information
#AD533C (or 0xAD533C) is known color: Orange Roughy. HEX triplet: AD, 53 and 3C. RGB value is (173,83,60). Sum of RGB (Red+Green+Blue) = 173+83+60=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD533C is #52ACC3. Grayscale: #6B6B6B. Windows color (decimal): -5418180 or 3953581. OLE color: 3953581.
HSL color Cylindrical-coordinate representation of color #AD533C: hue angle of 12.21º 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 #AD533C is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 60 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.32 |
| HSL | 12.21º | 0.48% | 0.46% | - |
| HSV(B) | 12.21º | 0.65% | 0.68% | - |
| XYZ | 21.14 | 15.4 | 6.13 | - |
| YUV | 107.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 60 | 0 | 0.52 | 0.65 | 0.32 | 12.21 | 0.48 | 0.46 |
| Hex | AD | 53 | 3C | 0 | 34 | 41 | 20 | C | 30 | 2E |
| Octal | 255 | 123 | 74 | 0 | 64 | 101 | 40 | 14 | 60 | 56 |
| Binary | 10101101 | 1010011 | 111100 | 0 | 110100 | 1000001 | 100000 | 1100 | 110000 | 101110 |
Color Harmonies of #AD533C
Complementary color
Monochromatic Colors of #AD533C
Black with #AD533C
Text Example
Text Example
White with #AD533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD533C; }
p { color: rgb(173,83,60); }
H1.HeaderClassName
{
color: #AD533C;
}
.AnyTagClassName
{
color: #AD533C;
}
</style>
background-color css
<style>
a { background-color: #AD533C; }
a { background-color: rgb(173,83,60); }
div.DivClassName
{
background-color: #AD533C;
}
.BgClassName
{
background-color: #AD533C;
}
</style>
border-color css
<style>
span { border-color: #AD533C; }
span { border-color: rgb(173,83,60); }
td.TdClassName
{
border-color: #AD533C;
}
.TagClassName
{
border-color: #AD533C;
}
</style>