Shades of Orange Roughy #AF5437
Tints of Orange Roughy #AF5437
RGB
CMYK
RGB Variations
Color information
#AF5437 (or 0xAF5437) is known color: Orange Roughy. HEX triplet: AF, 54 and 37. RGB value is (175,84,55). Sum of RGB (Red+Green+Blue) = 175+84+55=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5437 is #50ABC8. Grayscale: #6C6C6C. Windows color (decimal): -5286857 or 3626159. OLE color: 3626159.
HSL color Cylindrical-coordinate representation of color #AF5437: hue angle of 14.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 #AF5437 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 55 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.31 |
| HSL | 14.5º | 0.52% | 0.45% | - |
| HSV(B) | 14.5º | 0.69% | 0.69% | - |
| XYZ | 21.54 | 15.73 | 5.52 | - |
| YUV | 107.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 55 | 0 | 0.52 | 0.69 | 0.31 | 14.5 | 0.52 | 0.45 |
| Hex | AF | 54 | 37 | 0 | 34 | 45 | 1F | E | 34 | 2D |
| Octal | 257 | 124 | 67 | 0 | 64 | 105 | 37 | 16 | 64 | 55 |
| Binary | 10101111 | 1010100 | 110111 | 0 | 110100 | 1000101 | 11111 | 1110 | 110100 | 101101 |
Color Harmonies of #AF5437
Complementary color
Monochromatic Colors of #AF5437
Black with #AF5437
Text Example
Text Example
White with #AF5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5437; }
p { color: rgb(175,84,55); }
H1.HeaderClassName
{
color: #AF5437;
}
.AnyTagClassName
{
color: #AF5437;
}
</style>
background-color css
<style>
a { background-color: #AF5437; }
a { background-color: rgb(175,84,55); }
div.DivClassName
{
background-color: #AF5437;
}
.BgClassName
{
background-color: #AF5437;
}
</style>
border-color css
<style>
span { border-color: #AF5437; }
span { border-color: rgb(175,84,55); }
td.TdClassName
{
border-color: #AF5437;
}
.TagClassName
{
border-color: #AF5437;
}
</style>