Shades of Orange Roughy #AB5539
Tints of Orange Roughy #AB5539
RGB
CMYK
RGB Variations
Color information
#AB5539 (or 0xAB5539) is known color: Orange Roughy. HEX triplet: AB, 55 and 39. RGB value is (171,85,57). Sum of RGB (Red+Green+Blue) = 171+85+57=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5539 is #54AAC6. Grayscale: #6B6B6B. Windows color (decimal): -5548743 or 3757483. OLE color: 3757483.
HSL color Cylindrical-coordinate representation of color #AB5539: hue angle of 14.74º 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 #AB5539 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 57 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.33 |
| HSL | 14.74º | 0.5% | 0.45% | - |
| HSV(B) | 14.74º | 0.67% | 0.67% | - |
| XYZ | 20.78 | 15.45 | 5.76 | - |
| YUV | 107.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 57 | 0 | 0.50 | 0.67 | 0.33 | 14.74 | 0.5 | 0.45 |
| Hex | AB | 55 | 39 | 0 | 32 | 43 | 21 | F | 32 | 2D |
| Octal | 253 | 125 | 71 | 0 | 62 | 103 | 41 | 17 | 62 | 55 |
| Binary | 10101011 | 1010101 | 111001 | 0 | 110010 | 1000011 | 100001 | 1111 | 110010 | 101101 |
Color Harmonies of #AB5539
Complementary color
Monochromatic Colors of #AB5539
Black with #AB5539
Text Example
Text Example
White with #AB5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5539; }
p { color: rgb(171,85,57); }
H1.HeaderClassName
{
color: #AB5539;
}
.AnyTagClassName
{
color: #AB5539;
}
</style>
background-color css
<style>
a { background-color: #AB5539; }
a { background-color: rgb(171,85,57); }
div.DivClassName
{
background-color: #AB5539;
}
.BgClassName
{
background-color: #AB5539;
}
</style>
border-color css
<style>
span { border-color: #AB5539; }
span { border-color: rgb(171,85,57); }
td.TdClassName
{
border-color: #AB5539;
}
.TagClassName
{
border-color: #AB5539;
}
</style>