Shades of Orange Roughy #AF573F
Tints of Orange Roughy #AF573F
RGB
CMYK
RGB Variations
Color information
#AF573F (or 0xAF573F) is known color: Orange Roughy. HEX triplet: AF, 57 and 3F. RGB value is (175,87,63). Sum of RGB (Red+Green+Blue) = 175+87+63=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF573F is #50A8C0. Grayscale: #6E6E6E. Windows color (decimal): -5286081 or 4151215. OLE color: 4151215.
HSL color Cylindrical-coordinate representation of color #AF573F: hue angle of 12.86º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF573F is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 63 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.31 |
| HSL | 12.86º | 0.47% | 0.47% | - |
| HSV(B) | 12.86º | 0.64% | 0.69% | - |
| XYZ | 21.98 | 16.29 | 6.69 | - |
| YUV | 110.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 63 | 0 | 0.50 | 0.64 | 0.31 | 12.86 | 0.47 | 0.47 |
| Hex | AF | 57 | 3F | 0 | 32 | 40 | 1F | D | 2F | 2F |
| Octal | 257 | 127 | 77 | 0 | 62 | 100 | 37 | 15 | 57 | 57 |
| Binary | 10101111 | 1010111 | 111111 | 0 | 110010 | 1000000 | 11111 | 1101 | 101111 | 101111 |
Color Harmonies of #AF573F
Complementary color
Monochromatic Colors of #AF573F
Black with #AF573F
Text Example
Text Example
White with #AF573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF573F; }
p { color: rgb(175,87,63); }
H1.HeaderClassName
{
color: #AF573F;
}
.AnyTagClassName
{
color: #AF573F;
}
</style>
background-color css
<style>
a { background-color: #AF573F; }
a { background-color: rgb(175,87,63); }
div.DivClassName
{
background-color: #AF573F;
}
.BgClassName
{
background-color: #AF573F;
}
</style>
border-color css
<style>
span { border-color: #AF573F; }
span { border-color: rgb(175,87,63); }
td.TdClassName
{
border-color: #AF573F;
}
.TagClassName
{
border-color: #AF573F;
}
</style>