Shades of Orange Roughy #A04C37
Tints of Orange Roughy #A04C37
RGB
CMYK
RGB Variations
Color information
#A04C37 (or 0xA04C37) is known color: Orange Roughy. HEX triplet: A0, 4C and 37. RGB value is (160,76,55). Sum of RGB (Red+Green+Blue) = 160+76+55=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C37 is #5FB3C8. Grayscale: #626262. Windows color (decimal): -6271945 or 3624096. OLE color: 3624096.
HSL color Cylindrical-coordinate representation of color #A04C37: hue angle of 12º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04C37 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 55 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.37 |
| HSL | 12º | 0.49% | 0.42% | - |
| HSV(B) | 12º | 0.66% | 0.63% | - |
| XYZ | 17.77 | 12.92 | 5.17 | - |
| YUV | 98.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 55 | 0 | 0.52 | 0.66 | 0.37 | 12 | 0.49 | 0.42 |
| Hex | A0 | 4C | 37 | 0 | 34 | 42 | 25 | C | 31 | 2A |
| Octal | 240 | 114 | 67 | 0 | 64 | 102 | 45 | 14 | 61 | 52 |
| Binary | 10100000 | 1001100 | 110111 | 0 | 110100 | 1000010 | 100101 | 1100 | 110001 | 101010 |
Color Harmonies of #A04C37
Complementary color
Monochromatic Colors of #A04C37
Black with #A04C37
Text Example
Text Example
White with #A04C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C37; }
p { color: rgb(160,76,55); }
H1.HeaderClassName
{
color: #A04C37;
}
.AnyTagClassName
{
color: #A04C37;
}
</style>
background-color css
<style>
a { background-color: #A04C37; }
a { background-color: rgb(160,76,55); }
div.DivClassName
{
background-color: #A04C37;
}
.BgClassName
{
background-color: #A04C37;
}
</style>
border-color css
<style>
span { border-color: #A04C37; }
span { border-color: rgb(160,76,55); }
td.TdClassName
{
border-color: #A04C37;
}
.TagClassName
{
border-color: #A04C37;
}
</style>