Shades of Orange Roughy #AB593B
Tints of Orange Roughy #AB593B
RGB
CMYK
RGB Variations
Color information
#AB593B (or 0xAB593B) is known color: Orange Roughy. HEX triplet: AB, 59 and 3B. RGB value is (171,89,59). Sum of RGB (Red+Green+Blue) = 171+89+59=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB593B is #54A6C4. Grayscale: #6E6E6E. Windows color (decimal): -5547717 or 3889579. OLE color: 3889579.
HSL color Cylindrical-coordinate representation of color #AB593B: hue angle of 16.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB593B is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 59 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.33 |
| HSL | 16.07º | 0.49% | 0.45% | - |
| HSV(B) | 16.07º | 0.65% | 0.67% | - |
| XYZ | 21.16 | 16.12 | 6.13 | - |
| YUV | 110.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 59 | 0 | 0.48 | 0.65 | 0.33 | 16.07 | 0.49 | 0.45 |
| Hex | AB | 59 | 3B | 0 | 30 | 41 | 21 | 10 | 31 | 2D |
| Octal | 253 | 131 | 73 | 0 | 60 | 101 | 41 | 20 | 61 | 55 |
| Binary | 10101011 | 1011001 | 111011 | 0 | 110000 | 1000001 | 100001 | 10000 | 110001 | 101101 |
Color Harmonies of #AB593B
Complementary color
Monochromatic Colors of #AB593B
Black with #AB593B
Text Example
Text Example
White with #AB593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB593B; }
p { color: rgb(171,89,59); }
H1.HeaderClassName
{
color: #AB593B;
}
.AnyTagClassName
{
color: #AB593B;
}
</style>
background-color css
<style>
a { background-color: #AB593B; }
a { background-color: rgb(171,89,59); }
div.DivClassName
{
background-color: #AB593B;
}
.BgClassName
{
background-color: #AB593B;
}
</style>
border-color css
<style>
span { border-color: #AB593B; }
span { border-color: rgb(171,89,59); }
td.TdClassName
{
border-color: #AB593B;
}
.TagClassName
{
border-color: #AB593B;
}
</style>