Shades of Orange Roughy #AB553B
Tints of Orange Roughy #AB553B
RGB
CMYK
RGB Variations
Color information
#AB553B (or 0xAB553B) is known color: Orange Roughy. HEX triplet: AB, 55 and 3B. RGB value is (171,85,59). Sum of RGB (Red+Green+Blue) = 171+85+59=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB553B is #54AAC4. Grayscale: #6B6B6B. Windows color (decimal): -5548741 or 3888555. OLE color: 3888555.
HSL color Cylindrical-coordinate representation of color #AB553B: hue angle of 13.93º 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 #AB553B is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 59 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.33 |
| HSL | 13.93º | 0.49% | 0.45% | - |
| HSV(B) | 13.93º | 0.65% | 0.67% | - |
| XYZ | 20.83 | 15.47 | 6.03 | - |
| YUV | 107.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 59 | 0 | 0.50 | 0.65 | 0.33 | 13.93 | 0.49 | 0.45 |
| Hex | AB | 55 | 3B | 0 | 32 | 41 | 21 | E | 31 | 2D |
| Octal | 253 | 125 | 73 | 0 | 62 | 101 | 41 | 16 | 61 | 55 |
| Binary | 10101011 | 1010101 | 111011 | 0 | 110010 | 1000001 | 100001 | 1110 | 110001 | 101101 |
Color Harmonies of #AB553B
Complementary color
Monochromatic Colors of #AB553B
Black with #AB553B
Text Example
Text Example
White with #AB553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB553B; }
p { color: rgb(171,85,59); }
H1.HeaderClassName
{
color: #AB553B;
}
.AnyTagClassName
{
color: #AB553B;
}
</style>
background-color css
<style>
a { background-color: #AB553B; }
a { background-color: rgb(171,85,59); }
div.DivClassName
{
background-color: #AB553B;
}
.BgClassName
{
background-color: #AB553B;
}
</style>
border-color css
<style>
span { border-color: #AB553B; }
span { border-color: rgb(171,85,59); }
td.TdClassName
{
border-color: #AB553B;
}
.TagClassName
{
border-color: #AB553B;
}
</style>