Shades of Orange Roughy #AB5536
Tints of Orange Roughy #AB5536
RGB
CMYK
RGB Variations
Color information
#AB5536 (or 0xAB5536) is known color: Orange Roughy. HEX triplet: AB, 55 and 36. RGB value is (171,85,54). Sum of RGB (Red+Green+Blue) = 171+85+54=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5536 is #54AAC9. Grayscale: #6B6B6B. Windows color (decimal): -5548746 or 3560875. OLE color: 3560875.
HSL color Cylindrical-coordinate representation of color #AB5536: hue angle of 15.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB5536 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 54 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.33 |
| HSL | 15.9º | 0.52% | 0.44% | - |
| HSV(B) | 15.9º | 0.68% | 0.67% | - |
| XYZ | 20.71 | 15.42 | 5.38 | - |
| YUV | 107.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 54 | 0 | 0.50 | 0.68 | 0.33 | 15.9 | 0.52 | 0.44 |
| Hex | AB | 55 | 36 | 0 | 32 | 44 | 21 | 10 | 34 | 2C |
| Octal | 253 | 125 | 66 | 0 | 62 | 104 | 41 | 20 | 64 | 54 |
| Binary | 10101011 | 1010101 | 110110 | 0 | 110010 | 1000100 | 100001 | 10000 | 110100 | 101100 |
Color Harmonies of #AB5536
Complementary color
Monochromatic Colors of #AB5536
Black with #AB5536
Text Example
Text Example
White with #AB5536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5536; }
p { color: rgb(171,85,54); }
H1.HeaderClassName
{
color: #AB5536;
}
.AnyTagClassName
{
color: #AB5536;
}
</style>
background-color css
<style>
a { background-color: #AB5536; }
a { background-color: rgb(171,85,54); }
div.DivClassName
{
background-color: #AB5536;
}
.BgClassName
{
background-color: #AB5536;
}
</style>
border-color css
<style>
span { border-color: #AB5536; }
span { border-color: rgb(171,85,54); }
td.TdClassName
{
border-color: #AB5536;
}
.TagClassName
{
border-color: #AB5536;
}
</style>