Shades of Orange Roughy #AF5737
Tints of Orange Roughy #AF5737
RGB
CMYK
RGB Variations
Color information
#AF5737 (or 0xAF5737) is known color: Orange Roughy. HEX triplet: AF, 57 and 37. RGB value is (175,87,55). Sum of RGB (Red+Green+Blue) = 175+87+55=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5737 is #50A8C8. Grayscale: #6D6D6D. Windows color (decimal): -5286089 or 3626927. OLE color: 3626927.
HSL color Cylindrical-coordinate representation of color #AF5737: hue angle of 16º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF5737 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 55 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.31 |
| HSL | 16º | 0.52% | 0.45% | - |
| HSV(B) | 16º | 0.69% | 0.69% | - |
| XYZ | 21.78 | 16.21 | 5.59 | - |
| YUV | 109.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 55 | 0 | 0.50 | 0.69 | 0.31 | 16 | 0.52 | 0.45 |
| Hex | AF | 57 | 37 | 0 | 32 | 45 | 1F | 10 | 34 | 2D |
| Octal | 257 | 127 | 67 | 0 | 62 | 105 | 37 | 20 | 64 | 55 |
| Binary | 10101111 | 1010111 | 110111 | 0 | 110010 | 1000101 | 11111 | 10000 | 110100 | 101101 |
Color Harmonies of #AF5737
Complementary color
Monochromatic Colors of #AF5737
Black with #AF5737
Text Example
Text Example
White with #AF5737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5737; }
p { color: rgb(175,87,55); }
H1.HeaderClassName
{
color: #AF5737;
}
.AnyTagClassName
{
color: #AF5737;
}
</style>
background-color css
<style>
a { background-color: #AF5737; }
a { background-color: rgb(175,87,55); }
div.DivClassName
{
background-color: #AF5737;
}
.BgClassName
{
background-color: #AF5737;
}
</style>
border-color css
<style>
span { border-color: #AF5737; }
span { border-color: rgb(175,87,55); }
td.TdClassName
{
border-color: #AF5737;
}
.TagClassName
{
border-color: #AF5737;
}
</style>