Shades of Orange Roughy #AD4B33
Tints of Orange Roughy #AD4B33
RGB
CMYK
RGB Variations
Color information
#AD4B33 (or 0xAD4B33) is known color: Orange Roughy. HEX triplet: AD, 4B and 33. RGB value is (173,75,51). Sum of RGB (Red+Green+Blue) = 173+75+51=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B33 is #52B4CC. Grayscale: #656565. Windows color (decimal): -5420237 or 3361709. OLE color: 3361709.
HSL color Cylindrical-coordinate representation of color #AD4B33: hue angle of 11.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4B33 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 51 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.32 |
| HSL | 11.8º | 0.54% | 0.44% | - |
| HSV(B) | 11.8º | 0.71% | 0.68% | - |
| XYZ | 20.35 | 14.16 | 4.79 | - |
| YUV | 101.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 51 | 0 | 0.57 | 0.71 | 0.32 | 11.8 | 0.54 | 0.44 |
| Hex | AD | 4B | 33 | 0 | 39 | 47 | 20 | C | 36 | 2C |
| Octal | 255 | 113 | 63 | 0 | 71 | 107 | 40 | 14 | 66 | 54 |
| Binary | 10101101 | 1001011 | 110011 | 0 | 111001 | 1000111 | 100000 | 1100 | 110110 | 101100 |
Color Harmonies of #AD4B33
Complementary color
Monochromatic Colors of #AD4B33
Black with #AD4B33
Text Example
Text Example
White with #AD4B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B33; }
p { color: rgb(173,75,51); }
H1.HeaderClassName
{
color: #AD4B33;
}
.AnyTagClassName
{
color: #AD4B33;
}
</style>
background-color css
<style>
a { background-color: #AD4B33; }
a { background-color: rgb(173,75,51); }
div.DivClassName
{
background-color: #AD4B33;
}
.BgClassName
{
background-color: #AD4B33;
}
</style>
border-color css
<style>
span { border-color: #AD4B33; }
span { border-color: rgb(173,75,51); }
td.TdClassName
{
border-color: #AD4B33;
}
.TagClassName
{
border-color: #AD4B33;
}
</style>