Shades of Orange Roughy #AB583C
Tints of Orange Roughy #AB583C
RGB
CMYK
RGB Variations
Color information
#AB583C (or 0xAB583C) is known color: Orange Roughy. HEX triplet: AB, 58 and 3C. RGB value is (171,88,60). Sum of RGB (Red+Green+Blue) = 171+88+60=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB583C is #54A7C3. Grayscale: #6D6D6D. Windows color (decimal): -5547972 or 3954859. OLE color: 3954859.
HSL color Cylindrical-coordinate representation of color #AB583C: hue angle of 15.14º degrees, saturation: 0.48, 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 #AB583C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 60 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.33 |
| HSL | 15.14º | 0.48% | 0.45% | - |
| HSV(B) | 15.14º | 0.65% | 0.67% | - |
| XYZ | 21.1 | 15.96 | 6.24 | - |
| YUV | 109.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 60 | 0 | 0.49 | 0.65 | 0.33 | 15.14 | 0.48 | 0.45 |
| Hex | AB | 58 | 3C | 0 | 31 | 41 | 21 | F | 30 | 2D |
| Octal | 253 | 130 | 74 | 0 | 61 | 101 | 41 | 17 | 60 | 55 |
| Binary | 10101011 | 1011000 | 111100 | 0 | 110001 | 1000001 | 100001 | 1111 | 110000 | 101101 |
Color Harmonies of #AB583C
Complementary color
Monochromatic Colors of #AB583C
Black with #AB583C
Text Example
Text Example
White with #AB583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB583C; }
p { color: rgb(171,88,60); }
H1.HeaderClassName
{
color: #AB583C;
}
.AnyTagClassName
{
color: #AB583C;
}
</style>
background-color css
<style>
a { background-color: #AB583C; }
a { background-color: rgb(171,88,60); }
div.DivClassName
{
background-color: #AB583C;
}
.BgClassName
{
background-color: #AB583C;
}
</style>
border-color css
<style>
span { border-color: #AB583C; }
span { border-color: rgb(171,88,60); }
td.TdClassName
{
border-color: #AB583C;
}
.TagClassName
{
border-color: #AB583C;
}
</style>