Shades of Orange Roughy #AB5138
Tints of Orange Roughy #AB5138
RGB
CMYK
RGB Variations
Color information
#AB5138 (or 0xAB5138) is known color: Orange Roughy. HEX triplet: AB, 51 and 38. RGB value is (171,81,56). Sum of RGB (Red+Green+Blue) = 171+81+56=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5138 is #54AEC7. Grayscale: #696969. Windows color (decimal): -5549768 or 3690923. OLE color: 3690923.
HSL color Cylindrical-coordinate representation of color #AB5138: hue angle of 13.04º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB5138 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 56 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.33 |
| HSL | 13.04º | 0.51% | 0.45% | - |
| HSV(B) | 13.04º | 0.67% | 0.67% | - |
| XYZ | 20.45 | 14.83 | 5.53 | - |
| YUV | 105.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 56 | 0 | 0.53 | 0.67 | 0.33 | 13.04 | 0.51 | 0.45 |
| Hex | AB | 51 | 38 | 0 | 35 | 43 | 21 | D | 33 | 2D |
| Octal | 253 | 121 | 70 | 0 | 65 | 103 | 41 | 15 | 63 | 55 |
| Binary | 10101011 | 1010001 | 111000 | 0 | 110101 | 1000011 | 100001 | 1101 | 110011 | 101101 |
Color Harmonies of #AB5138
Complementary color
Monochromatic Colors of #AB5138
Black with #AB5138
Text Example
Text Example
White with #AB5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5138; }
p { color: rgb(171,81,56); }
H1.HeaderClassName
{
color: #AB5138;
}
.AnyTagClassName
{
color: #AB5138;
}
</style>
background-color css
<style>
a { background-color: #AB5138; }
a { background-color: rgb(171,81,56); }
div.DivClassName
{
background-color: #AB5138;
}
.BgClassName
{
background-color: #AB5138;
}
</style>
border-color css
<style>
span { border-color: #AB5138; }
span { border-color: rgb(171,81,56); }
td.TdClassName
{
border-color: #AB5138;
}
.TagClassName
{
border-color: #AB5138;
}
</style>