Shades of Orange Roughy #AB4E3B
Tints of Orange Roughy #AB4E3B
RGB
CMYK
RGB Variations
Color information
#AB4E3B (or 0xAB4E3B) is known color: Orange Roughy. HEX triplet: AB, 4E and 3B. RGB value is (171,78,59). Sum of RGB (Red+Green+Blue) = 171+78+59=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E3B is #54B1C4. Grayscale: #676767. Windows color (decimal): -5550533 or 3886763. OLE color: 3886763.
HSL color Cylindrical-coordinate representation of color #AB4E3B: hue angle of 10.18º degrees, saturation: 0.49, 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 #AB4E3B is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 59 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.33 |
| HSL | 10.18º | 0.49% | 0.45% | - |
| HSV(B) | 10.18º | 0.65% | 0.67% | - |
| XYZ | 20.31 | 14.42 | 5.85 | - |
| YUV | 103.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 59 | 0 | 0.54 | 0.65 | 0.33 | 10.18 | 0.49 | 0.45 |
| Hex | AB | 4E | 3B | 0 | 36 | 41 | 21 | A | 31 | 2D |
| Octal | 253 | 116 | 73 | 0 | 66 | 101 | 41 | 12 | 61 | 55 |
| Binary | 10101011 | 1001110 | 111011 | 0 | 110110 | 1000001 | 100001 | 1010 | 110001 | 101101 |
Color Harmonies of #AB4E3B
Complementary color
Monochromatic Colors of #AB4E3B
Black with #AB4E3B
Text Example
Text Example
White with #AB4E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E3B; }
p { color: rgb(171,78,59); }
H1.HeaderClassName
{
color: #AB4E3B;
}
.AnyTagClassName
{
color: #AB4E3B;
}
</style>
background-color css
<style>
a { background-color: #AB4E3B; }
a { background-color: rgb(171,78,59); }
div.DivClassName
{
background-color: #AB4E3B;
}
.BgClassName
{
background-color: #AB4E3B;
}
</style>
border-color css
<style>
span { border-color: #AB4E3B; }
span { border-color: rgb(171,78,59); }
td.TdClassName
{
border-color: #AB4E3B;
}
.TagClassName
{
border-color: #AB4E3B;
}
</style>