Shades of Orange Roughy #AF4E39
Tints of Orange Roughy #AF4E39
RGB
CMYK
RGB Variations
Color information
#AF4E39 (or 0xAF4E39) is known color: Orange Roughy. HEX triplet: AF, 4E and 39. RGB value is (175,78,57). Sum of RGB (Red+Green+Blue) = 175+78+57=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E39 is #50B1C6. Grayscale: #686868. Windows color (decimal): -5288391 or 3755695. OLE color: 3755695.
HSL color Cylindrical-coordinate representation of color #AF4E39: hue angle of 10.68º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4E39 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 57 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.31 |
| HSL | 10.68º | 0.51% | 0.45% | - |
| HSV(B) | 10.68º | 0.67% | 0.69% | - |
| XYZ | 21.14 | 14.86 | 5.62 | - |
| YUV | 104.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 57 | 0 | 0.55 | 0.67 | 0.31 | 10.68 | 0.51 | 0.45 |
| Hex | AF | 4E | 39 | 0 | 37 | 43 | 1F | B | 33 | 2D |
| Octal | 257 | 116 | 71 | 0 | 67 | 103 | 37 | 13 | 63 | 55 |
| Binary | 10101111 | 1001110 | 111001 | 0 | 110111 | 1000011 | 11111 | 1011 | 110011 | 101101 |
Color Harmonies of #AF4E39
Complementary color
Monochromatic Colors of #AF4E39
Black with #AF4E39
Text Example
Text Example
White with #AF4E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E39; }
p { color: rgb(175,78,57); }
H1.HeaderClassName
{
color: #AF4E39;
}
.AnyTagClassName
{
color: #AF4E39;
}
</style>
background-color css
<style>
a { background-color: #AF4E39; }
a { background-color: rgb(175,78,57); }
div.DivClassName
{
background-color: #AF4E39;
}
.BgClassName
{
background-color: #AF4E39;
}
</style>
border-color css
<style>
span { border-color: #AF4E39; }
span { border-color: rgb(175,78,57); }
td.TdClassName
{
border-color: #AF4E39;
}
.TagClassName
{
border-color: #AF4E39;
}
</style>