Shades of Orange Roughy #AB4C34
Tints of Orange Roughy #AB4C34
RGB
CMYK
RGB Variations
Color information
#AB4C34 (or 0xAB4C34) is known color: Orange Roughy. HEX triplet: AB, 4C and 34. RGB value is (171,76,52). Sum of RGB (Red+Green+Blue) = 171+76+52=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C34 is #54B3CB. Grayscale: #656565. Windows color (decimal): -5551052 or 3427499. OLE color: 3427499.
HSL color Cylindrical-coordinate representation of color #AB4C34: hue angle of 12.1º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4C34 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 52 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.33 |
| HSL | 12.1º | 0.53% | 0.44% | - |
| HSV(B) | 12.1º | 0.7% | 0.67% | - |
| XYZ | 20 | 14.07 | 4.91 | - |
| YUV | 101.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 52 | 0 | 0.56 | 0.70 | 0.33 | 12.1 | 0.53 | 0.44 |
| Hex | AB | 4C | 34 | 0 | 38 | 46 | 21 | C | 35 | 2C |
| Octal | 253 | 114 | 64 | 0 | 70 | 106 | 41 | 14 | 65 | 54 |
| Binary | 10101011 | 1001100 | 110100 | 0 | 111000 | 1000110 | 100001 | 1100 | 110101 | 101100 |
Color Harmonies of #AB4C34
Complementary color
Monochromatic Colors of #AB4C34
Black with #AB4C34
Text Example
Text Example
White with #AB4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C34; }
p { color: rgb(171,76,52); }
H1.HeaderClassName
{
color: #AB4C34;
}
.AnyTagClassName
{
color: #AB4C34;
}
</style>
background-color css
<style>
a { background-color: #AB4C34; }
a { background-color: rgb(171,76,52); }
div.DivClassName
{
background-color: #AB4C34;
}
.BgClassName
{
background-color: #AB4C34;
}
</style>
border-color css
<style>
span { border-color: #AB4C34; }
span { border-color: rgb(171,76,52); }
td.TdClassName
{
border-color: #AB4C34;
}
.TagClassName
{
border-color: #AB4C34;
}
</style>