Shades of Orange Roughy #AF5436
Tints of Orange Roughy #AF5436
RGB
CMYK
RGB Variations
Color information
#AF5436 (or 0xAF5436) is known color: Orange Roughy. HEX triplet: AF, 54 and 36. RGB value is (175,84,54). Sum of RGB (Red+Green+Blue) = 175+84+54=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5436 is #50ABC9. Grayscale: #6C6C6C. Windows color (decimal): -5286858 or 3560623. OLE color: 3560623.
HSL color Cylindrical-coordinate representation of color #AF5436: hue angle of 14.88º degrees, saturation: 0.53, 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 #AF5436 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 54 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.31 |
| HSL | 14.88º | 0.53% | 0.45% | - |
| HSV(B) | 14.88º | 0.69% | 0.69% | - |
| XYZ | 21.52 | 15.72 | 5.39 | - |
| YUV | 107.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 54 | 0 | 0.52 | 0.69 | 0.31 | 14.88 | 0.53 | 0.45 |
| Hex | AF | 54 | 36 | 0 | 34 | 45 | 1F | F | 35 | 2D |
| Octal | 257 | 124 | 66 | 0 | 64 | 105 | 37 | 17 | 65 | 55 |
| Binary | 10101111 | 1010100 | 110110 | 0 | 110100 | 1000101 | 11111 | 1111 | 110101 | 101101 |
Color Harmonies of #AF5436
Complementary color
Monochromatic Colors of #AF5436
Black with #AF5436
Text Example
Text Example
White with #AF5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5436; }
p { color: rgb(175,84,54); }
H1.HeaderClassName
{
color: #AF5436;
}
.AnyTagClassName
{
color: #AF5436;
}
</style>
background-color css
<style>
a { background-color: #AF5436; }
a { background-color: rgb(175,84,54); }
div.DivClassName
{
background-color: #AF5436;
}
.BgClassName
{
background-color: #AF5436;
}
</style>
border-color css
<style>
span { border-color: #AF5436; }
span { border-color: rgb(175,84,54); }
td.TdClassName
{
border-color: #AF5436;
}
.TagClassName
{
border-color: #AF5436;
}
</style>