Shades of Orange Roughy #AF4C36
Tints of Orange Roughy #AF4C36
RGB
CMYK
RGB Variations
Color information
#AF4C36 (or 0xAF4C36) is known color: Orange Roughy. HEX triplet: AF, 4C and 36. RGB value is (175,76,54). Sum of RGB (Red+Green+Blue) = 175+76+54=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C36 is #50B3C9. Grayscale: #676767. Windows color (decimal): -5288906 or 3558575. OLE color: 3558575.
HSL color Cylindrical-coordinate representation of color #AF4C36: hue angle of 10.91º 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 #AF4C36 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 54 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.31 |
| HSL | 10.91º | 0.53% | 0.45% | - |
| HSV(B) | 10.91º | 0.69% | 0.69% | - |
| XYZ | 20.93 | 14.55 | 5.2 | - |
| YUV | 103.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 54 | 0 | 0.57 | 0.69 | 0.31 | 10.91 | 0.53 | 0.45 |
| Hex | AF | 4C | 36 | 0 | 39 | 45 | 1F | B | 35 | 2D |
| Octal | 257 | 114 | 66 | 0 | 71 | 105 | 37 | 13 | 65 | 55 |
| Binary | 10101111 | 1001100 | 110110 | 0 | 111001 | 1000101 | 11111 | 1011 | 110101 | 101101 |
Color Harmonies of #AF4C36
Complementary color
Monochromatic Colors of #AF4C36
Black with #AF4C36
Text Example
Text Example
White with #AF4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C36; }
p { color: rgb(175,76,54); }
H1.HeaderClassName
{
color: #AF4C36;
}
.AnyTagClassName
{
color: #AF4C36;
}
</style>
background-color css
<style>
a { background-color: #AF4C36; }
a { background-color: rgb(175,76,54); }
div.DivClassName
{
background-color: #AF4C36;
}
.BgClassName
{
background-color: #AF4C36;
}
</style>
border-color css
<style>
span { border-color: #AF4C36; }
span { border-color: rgb(175,76,54); }
td.TdClassName
{
border-color: #AF4C36;
}
.TagClassName
{
border-color: #AF4C36;
}
</style>