Shades of Orange Roughy #AB4E34
Tints of Orange Roughy #AB4E34
RGB
CMYK
RGB Variations
Color information
#AB4E34 (or 0xAB4E34) is known color: Orange Roughy. HEX triplet: AB, 4E and 34. RGB value is (171,78,52). Sum of RGB (Red+Green+Blue) = 171+78+52=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E34 is #54B1CB. Grayscale: #676767. Windows color (decimal): -5550540 or 3428011. OLE color: 3428011.
HSL color Cylindrical-coordinate representation of color #AB4E34: hue angle of 13.11º 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 #AB4E34 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 52 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.33 |
| HSL | 13.11º | 0.53% | 0.44% | - |
| HSV(B) | 13.11º | 0.7% | 0.67% | - |
| XYZ | 20.14 | 14.35 | 4.96 | - |
| YUV | 102.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 52 | 0 | 0.54 | 0.70 | 0.33 | 13.11 | 0.53 | 0.44 |
| Hex | AB | 4E | 34 | 0 | 36 | 46 | 21 | D | 35 | 2C |
| Octal | 253 | 116 | 64 | 0 | 66 | 106 | 41 | 15 | 65 | 54 |
| Binary | 10101011 | 1001110 | 110100 | 0 | 110110 | 1000110 | 100001 | 1101 | 110101 | 101100 |
Color Harmonies of #AB4E34
Complementary color
Monochromatic Colors of #AB4E34
Black with #AB4E34
Text Example
Text Example
White with #AB4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E34; }
p { color: rgb(171,78,52); }
H1.HeaderClassName
{
color: #AB4E34;
}
.AnyTagClassName
{
color: #AB4E34;
}
</style>
background-color css
<style>
a { background-color: #AB4E34; }
a { background-color: rgb(171,78,52); }
div.DivClassName
{
background-color: #AB4E34;
}
.BgClassName
{
background-color: #AB4E34;
}
</style>
border-color css
<style>
span { border-color: #AB4E34; }
span { border-color: rgb(171,78,52); }
td.TdClassName
{
border-color: #AB4E34;
}
.TagClassName
{
border-color: #AB4E34;
}
</style>