Shades of Orange Roughy #AB573B
Tints of Orange Roughy #AB573B
RGB
CMYK
RGB Variations
Color information
#AB573B (or 0xAB573B) is known color: Orange Roughy. HEX triplet: AB, 57 and 3B. RGB value is (171,87,59). Sum of RGB (Red+Green+Blue) = 171+87+59=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB573B is #54A8C4. Grayscale: #6D6D6D. Windows color (decimal): -5548229 or 3889067. OLE color: 3889067.
HSL color Cylindrical-coordinate representation of color #AB573B: hue angle of 15º 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 #AB573B is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 59 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.33 |
| HSL | 15º | 0.49% | 0.45% | - |
| HSV(B) | 15º | 0.65% | 0.67% | - |
| XYZ | 20.99 | 15.79 | 6.08 | - |
| YUV | 108.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 59 | 0 | 0.49 | 0.65 | 0.33 | 15 | 0.49 | 0.45 |
| Hex | AB | 57 | 3B | 0 | 31 | 41 | 21 | F | 31 | 2D |
| Octal | 253 | 127 | 73 | 0 | 61 | 101 | 41 | 17 | 61 | 55 |
| Binary | 10101011 | 1010111 | 111011 | 0 | 110001 | 1000001 | 100001 | 1111 | 110001 | 101101 |
Color Harmonies of #AB573B
Complementary color
Monochromatic Colors of #AB573B
Black with #AB573B
Text Example
Text Example
White with #AB573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB573B; }
p { color: rgb(171,87,59); }
H1.HeaderClassName
{
color: #AB573B;
}
.AnyTagClassName
{
color: #AB573B;
}
</style>
background-color css
<style>
a { background-color: #AB573B; }
a { background-color: rgb(171,87,59); }
div.DivClassName
{
background-color: #AB573B;
}
.BgClassName
{
background-color: #AB573B;
}
</style>
border-color css
<style>
span { border-color: #AB573B; }
span { border-color: rgb(171,87,59); }
td.TdClassName
{
border-color: #AB573B;
}
.TagClassName
{
border-color: #AB573B;
}
</style>