Shades of Orange Roughy #AB583D
Tints of Orange Roughy #AB583D
RGB
CMYK
RGB Variations
Color information
#AB583D (or 0xAB583D) is known color: Orange Roughy. HEX triplet: AB, 58 and 3D. RGB value is (171,88,61). Sum of RGB (Red+Green+Blue) = 171+88+61=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB583D is #54A7C2. Grayscale: #6D6D6D. Windows color (decimal): -5547971 or 4020395. OLE color: 4020395.
HSL color Cylindrical-coordinate representation of color #AB583D: hue angle of 14.73º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB583D is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 61 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.33 |
| HSL | 14.73º | 0.47% | 0.45% | - |
| HSV(B) | 14.73º | 0.64% | 0.67% | - |
| XYZ | 21.13 | 15.97 | 6.38 | - |
| YUV | 109.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 61 | 0 | 0.49 | 0.64 | 0.33 | 14.73 | 0.47 | 0.45 |
| Hex | AB | 58 | 3D | 0 | 31 | 40 | 21 | F | 2F | 2D |
| Octal | 253 | 130 | 75 | 0 | 61 | 100 | 41 | 17 | 57 | 55 |
| Binary | 10101011 | 1011000 | 111101 | 0 | 110001 | 1000000 | 100001 | 1111 | 101111 | 101101 |
Color Harmonies of #AB583D
Complementary color
Monochromatic Colors of #AB583D
Black with #AB583D
Text Example
Text Example
White with #AB583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB583D; }
p { color: rgb(171,88,61); }
H1.HeaderClassName
{
color: #AB583D;
}
.AnyTagClassName
{
color: #AB583D;
}
</style>
background-color css
<style>
a { background-color: #AB583D; }
a { background-color: rgb(171,88,61); }
div.DivClassName
{
background-color: #AB583D;
}
.BgClassName
{
background-color: #AB583D;
}
</style>
border-color css
<style>
span { border-color: #AB583D; }
span { border-color: rgb(171,88,61); }
td.TdClassName
{
border-color: #AB583D;
}
.TagClassName
{
border-color: #AB583D;
}
</style>