Shades of Orange Roughy #AB5636
Tints of Orange Roughy #AB5636
RGB
CMYK
RGB Variations
Color information
#AB5636 (or 0xAB5636) is known color: Orange Roughy. HEX triplet: AB, 56 and 36. RGB value is (171,86,54). Sum of RGB (Red+Green+Blue) = 171+86+54=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5636 is #54A9C9. Grayscale: #6B6B6B. Windows color (decimal): -5548490 or 3561131. OLE color: 3561131.
HSL color Cylindrical-coordinate representation of color #AB5636: hue angle of 16.41º 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 #AB5636 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 54 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.33 |
| HSL | 16.41º | 0.52% | 0.44% | - |
| HSV(B) | 16.41º | 0.68% | 0.67% | - |
| XYZ | 20.79 | 15.58 | 5.4 | - |
| YUV | 107.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 54 | 0 | 0.50 | 0.68 | 0.33 | 16.41 | 0.52 | 0.44 |
| Hex | AB | 56 | 36 | 0 | 32 | 44 | 21 | 10 | 34 | 2C |
| Octal | 253 | 126 | 66 | 0 | 62 | 104 | 41 | 20 | 64 | 54 |
| Binary | 10101011 | 1010110 | 110110 | 0 | 110010 | 1000100 | 100001 | 10000 | 110100 | 101100 |
Color Harmonies of #AB5636
Complementary color
Monochromatic Colors of #AB5636
Black with #AB5636
Text Example
Text Example
White with #AB5636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5636; }
p { color: rgb(171,86,54); }
H1.HeaderClassName
{
color: #AB5636;
}
.AnyTagClassName
{
color: #AB5636;
}
</style>
background-color css
<style>
a { background-color: #AB5636; }
a { background-color: rgb(171,86,54); }
div.DivClassName
{
background-color: #AB5636;
}
.BgClassName
{
background-color: #AB5636;
}
</style>
border-color css
<style>
span { border-color: #AB5636; }
span { border-color: rgb(171,86,54); }
td.TdClassName
{
border-color: #AB5636;
}
.TagClassName
{
border-color: #AB5636;
}
</style>