Shades of Orange Roughy #AB5133
Tints of Orange Roughy #AB5133
RGB
CMYK
RGB Variations
Color information
#AB5133 (or 0xAB5133) is known color: Orange Roughy. HEX triplet: AB, 51 and 33. RGB value is (171,81,51). Sum of RGB (Red+Green+Blue) = 171+81+51=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5133 is #54AECC. Grayscale: #686868. Windows color (decimal): -5549773 or 3363243. OLE color: 3363243.
HSL color Cylindrical-coordinate representation of color #AB5133: hue angle of 15º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB5133 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 51 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.33 |
| HSL | 15º | 0.54% | 0.44% | - |
| HSV(B) | 15º | 0.7% | 0.67% | - |
| XYZ | 20.33 | 14.78 | 4.91 | - |
| YUV | 104.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 51 | 0 | 0.53 | 0.70 | 0.33 | 15 | 0.54 | 0.44 |
| Hex | AB | 51 | 33 | 0 | 35 | 46 | 21 | F | 36 | 2C |
| Octal | 253 | 121 | 63 | 0 | 65 | 106 | 41 | 17 | 66 | 54 |
| Binary | 10101011 | 1010001 | 110011 | 0 | 110101 | 1000110 | 100001 | 1111 | 110110 | 101100 |
Color Harmonies of #AB5133
Complementary color
Monochromatic Colors of #AB5133
Black with #AB5133
Text Example
Text Example
White with #AB5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5133; }
p { color: rgb(171,81,51); }
H1.HeaderClassName
{
color: #AB5133;
}
.AnyTagClassName
{
color: #AB5133;
}
</style>
background-color css
<style>
a { background-color: #AB5133; }
a { background-color: rgb(171,81,51); }
div.DivClassName
{
background-color: #AB5133;
}
.BgClassName
{
background-color: #AB5133;
}
</style>
border-color css
<style>
span { border-color: #AB5133; }
span { border-color: rgb(171,81,51); }
td.TdClassName
{
border-color: #AB5133;
}
.TagClassName
{
border-color: #AB5133;
}
</style>