Shades of Orange Roughy #AF5637
Tints of Orange Roughy #AF5637
RGB
CMYK
RGB Variations
Color information
#AF5637 (or 0xAF5637) is known color: Orange Roughy. HEX triplet: AF, 56 and 37. RGB value is (175,86,55). Sum of RGB (Red+Green+Blue) = 175+86+55=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5637 is #50A9C8. Grayscale: #6D6D6D. Windows color (decimal): -5286345 or 3626671. OLE color: 3626671.
HSL color Cylindrical-coordinate representation of color #AF5637: hue angle of 15.5º 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 #AF5637 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 55 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.31 |
| HSL | 15.5º | 0.52% | 0.45% | - |
| HSV(B) | 15.5º | 0.69% | 0.69% | - |
| XYZ | 21.7 | 16.05 | 5.57 | - |
| YUV | 109.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 55 | 0 | 0.51 | 0.69 | 0.31 | 15.5 | 0.52 | 0.45 |
| Hex | AF | 56 | 37 | 0 | 33 | 45 | 1F | 10 | 34 | 2D |
| Octal | 257 | 126 | 67 | 0 | 63 | 105 | 37 | 20 | 64 | 55 |
| Binary | 10101111 | 1010110 | 110111 | 0 | 110011 | 1000101 | 11111 | 10000 | 110100 | 101101 |
Color Harmonies of #AF5637
Complementary color
Monochromatic Colors of #AF5637
Black with #AF5637
Text Example
Text Example
White with #AF5637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5637; }
p { color: rgb(175,86,55); }
H1.HeaderClassName
{
color: #AF5637;
}
.AnyTagClassName
{
color: #AF5637;
}
</style>
background-color css
<style>
a { background-color: #AF5637; }
a { background-color: rgb(175,86,55); }
div.DivClassName
{
background-color: #AF5637;
}
.BgClassName
{
background-color: #AF5637;
}
</style>
border-color css
<style>
span { border-color: #AF5637; }
span { border-color: rgb(175,86,55); }
td.TdClassName
{
border-color: #AF5637;
}
.TagClassName
{
border-color: #AF5637;
}
</style>