Shades of Orange Roughy #AB513C
Tints of Orange Roughy #AB513C
RGB
CMYK
RGB Variations
Color information
#AB513C (or 0xAB513C) is known color: Orange Roughy. HEX triplet: AB, 51 and 3C. RGB value is (171,81,60). Sum of RGB (Red+Green+Blue) = 171+81+60=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB513C is #54AEC3. Grayscale: #696969. Windows color (decimal): -5549764 or 3953067. OLE color: 3953067.
HSL color Cylindrical-coordinate representation of color #AB513C: hue angle of 11.35º degrees, saturation: 0.48, 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 #AB513C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 60 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.33 |
| HSL | 11.35º | 0.48% | 0.45% | - |
| HSV(B) | 11.35º | 0.65% | 0.67% | - |
| XYZ | 20.55 | 14.87 | 6.06 | - |
| YUV | 105.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 60 | 0 | 0.53 | 0.65 | 0.33 | 11.35 | 0.48 | 0.45 |
| Hex | AB | 51 | 3C | 0 | 35 | 41 | 21 | B | 30 | 2D |
| Octal | 253 | 121 | 74 | 0 | 65 | 101 | 41 | 13 | 60 | 55 |
| Binary | 10101011 | 1010001 | 111100 | 0 | 110101 | 1000001 | 100001 | 1011 | 110000 | 101101 |
Color Harmonies of #AB513C
Complementary color
Monochromatic Colors of #AB513C
Black with #AB513C
Text Example
Text Example
White with #AB513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB513C; }
p { color: rgb(171,81,60); }
H1.HeaderClassName
{
color: #AB513C;
}
.AnyTagClassName
{
color: #AB513C;
}
</style>
background-color css
<style>
a { background-color: #AB513C; }
a { background-color: rgb(171,81,60); }
div.DivClassName
{
background-color: #AB513C;
}
.BgClassName
{
background-color: #AB513C;
}
</style>
border-color css
<style>
span { border-color: #AB513C; }
span { border-color: rgb(171,81,60); }
td.TdClassName
{
border-color: #AB513C;
}
.TagClassName
{
border-color: #AB513C;
}
</style>