Shades of Orange Roughy #AB5039
Tints of Orange Roughy #AB5039
RGB
CMYK
RGB Variations
Color information
#AB5039 (or 0xAB5039) is known color: Orange Roughy. HEX triplet: AB, 50 and 39. RGB value is (171,80,57). Sum of RGB (Red+Green+Blue) = 171+80+57=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5039 is #54AFC6. Grayscale: #686868. Windows color (decimal): -5550023 or 3756203. OLE color: 3756203.
HSL color Cylindrical-coordinate representation of color #AB5039: hue angle of 12.11º degrees, saturation: 0.5, 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 #AB5039 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 57 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.33 |
| HSL | 12.11º | 0.5% | 0.45% | - |
| HSV(B) | 12.11º | 0.67% | 0.67% | - |
| XYZ | 20.4 | 14.69 | 5.63 | - |
| YUV | 104.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 57 | 0 | 0.53 | 0.67 | 0.33 | 12.11 | 0.5 | 0.45 |
| Hex | AB | 50 | 39 | 0 | 35 | 43 | 21 | C | 32 | 2D |
| Octal | 253 | 120 | 71 | 0 | 65 | 103 | 41 | 14 | 62 | 55 |
| Binary | 10101011 | 1010000 | 111001 | 0 | 110101 | 1000011 | 100001 | 1100 | 110010 | 101101 |
Color Harmonies of #AB5039
Complementary color
Monochromatic Colors of #AB5039
Black with #AB5039
Text Example
Text Example
White with #AB5039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5039; }
p { color: rgb(171,80,57); }
H1.HeaderClassName
{
color: #AB5039;
}
.AnyTagClassName
{
color: #AB5039;
}
</style>
background-color css
<style>
a { background-color: #AB5039; }
a { background-color: rgb(171,80,57); }
div.DivClassName
{
background-color: #AB5039;
}
.BgClassName
{
background-color: #AB5039;
}
</style>
border-color css
<style>
span { border-color: #AB5039; }
span { border-color: rgb(171,80,57); }
td.TdClassName
{
border-color: #AB5039;
}
.TagClassName
{
border-color: #AB5039;
}
</style>