Shades of Orange Roughy #AB543B
Tints of Orange Roughy #AB543B
RGB
CMYK
RGB Variations
Color information
#AB543B (or 0xAB543B) is known color: Orange Roughy. HEX triplet: AB, 54 and 3B. RGB value is (171,84,59). Sum of RGB (Red+Green+Blue) = 171+84+59=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB543B is #54ABC4. Grayscale: #6B6B6B. Windows color (decimal): -5548997 or 3888299. OLE color: 3888299.
HSL color Cylindrical-coordinate representation of color #AB543B: hue angle of 13.39º 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 #AB543B is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 59 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.33 |
| HSL | 13.39º | 0.49% | 0.45% | - |
| HSV(B) | 13.39º | 0.65% | 0.67% | - |
| XYZ | 20.75 | 15.31 | 6 | - |
| YUV | 107.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 59 | 0 | 0.51 | 0.65 | 0.33 | 13.39 | 0.49 | 0.45 |
| Hex | AB | 54 | 3B | 0 | 33 | 41 | 21 | D | 31 | 2D |
| Octal | 253 | 124 | 73 | 0 | 63 | 101 | 41 | 15 | 61 | 55 |
| Binary | 10101011 | 1010100 | 111011 | 0 | 110011 | 1000001 | 100001 | 1101 | 110001 | 101101 |
Color Harmonies of #AB543B
Complementary color
Monochromatic Colors of #AB543B
Black with #AB543B
Text Example
Text Example
White with #AB543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB543B; }
p { color: rgb(171,84,59); }
H1.HeaderClassName
{
color: #AB543B;
}
.AnyTagClassName
{
color: #AB543B;
}
</style>
background-color css
<style>
a { background-color: #AB543B; }
a { background-color: rgb(171,84,59); }
div.DivClassName
{
background-color: #AB543B;
}
.BgClassName
{
background-color: #AB543B;
}
</style>
border-color css
<style>
span { border-color: #AB543B; }
span { border-color: rgb(171,84,59); }
td.TdClassName
{
border-color: #AB543B;
}
.TagClassName
{
border-color: #AB543B;
}
</style>