Shades of Orange Roughy #AB563F
Tints of Orange Roughy #AB563F
RGB
CMYK
RGB Variations
Color information
#AB563F (or 0xAB563F) is known color: Orange Roughy. HEX triplet: AB, 56 and 3F. RGB value is (171,86,63). Sum of RGB (Red+Green+Blue) = 171+86+63=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB563F is #54A9C0. Grayscale: #6C6C6C. Windows color (decimal): -5548481 or 4150955. OLE color: 4150955.
HSL color Cylindrical-coordinate representation of color #AB563F: hue angle of 12.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB563F is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 63 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.33 |
| HSL | 12.78º | 0.46% | 0.46% | - |
| HSV(B) | 12.78º | 0.63% | 0.67% | - |
| XYZ | 21.02 | 15.67 | 6.62 | - |
| YUV | 108.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 63 | 0 | 0.50 | 0.63 | 0.33 | 12.78 | 0.46 | 0.46 |
| Hex | AB | 56 | 3F | 0 | 32 | 3F | 21 | D | 2E | 2E |
| Octal | 253 | 126 | 77 | 0 | 62 | 77 | 41 | 15 | 56 | 56 |
| Binary | 10101011 | 1010110 | 111111 | 0 | 110010 | 111111 | 100001 | 1101 | 101110 | 101110 |
Color Harmonies of #AB563F
Complementary color
Monochromatic Colors of #AB563F
Black with #AB563F
Text Example
Text Example
White with #AB563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB563F; }
p { color: rgb(171,86,63); }
H1.HeaderClassName
{
color: #AB563F;
}
.AnyTagClassName
{
color: #AB563F;
}
</style>
background-color css
<style>
a { background-color: #AB563F; }
a { background-color: rgb(171,86,63); }
div.DivClassName
{
background-color: #AB563F;
}
.BgClassName
{
background-color: #AB563F;
}
</style>
border-color css
<style>
span { border-color: #AB563F; }
span { border-color: rgb(171,86,63); }
td.TdClassName
{
border-color: #AB563F;
}
.TagClassName
{
border-color: #AB563F;
}
</style>