Shades of Orange Roughy #A14C34
Tints of Orange Roughy #A14C34
RGB
CMYK
RGB Variations
Color information
#A14C34 (or 0xA14C34) is known color: Orange Roughy. HEX triplet: A1, 4C and 34. RGB value is (161,76,52). Sum of RGB (Red+Green+Blue) = 161+76+52=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C34 is #5EB3CB. Grayscale: #626262. Windows color (decimal): -6206412 or 3427489. OLE color: 3427489.
HSL color Cylindrical-coordinate representation of color #A14C34: hue angle of 13.21º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14C34 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 52 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.37 |
| HSL | 13.21º | 0.51% | 0.42% | - |
| HSV(B) | 13.21º | 0.68% | 0.63% | - |
| XYZ | 17.9 | 12.99 | 4.81 | - |
| YUV | 98.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 52 | 0 | 0.53 | 0.68 | 0.37 | 13.21 | 0.51 | 0.42 |
| Hex | A1 | 4C | 34 | 0 | 35 | 44 | 25 | D | 33 | 2A |
| Octal | 241 | 114 | 64 | 0 | 65 | 104 | 45 | 15 | 63 | 52 |
| Binary | 10100001 | 1001100 | 110100 | 0 | 110101 | 1000100 | 100101 | 1101 | 110011 | 101010 |
Color Harmonies of #A14C34
Complementary color
Monochromatic Colors of #A14C34
Black with #A14C34
Text Example
Text Example
White with #A14C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C34; }
p { color: rgb(161,76,52); }
H1.HeaderClassName
{
color: #A14C34;
}
.AnyTagClassName
{
color: #A14C34;
}
</style>
background-color css
<style>
a { background-color: #A14C34; }
a { background-color: rgb(161,76,52); }
div.DivClassName
{
background-color: #A14C34;
}
.BgClassName
{
background-color: #A14C34;
}
</style>
border-color css
<style>
span { border-color: #A14C34; }
span { border-color: rgb(161,76,52); }
td.TdClassName
{
border-color: #A14C34;
}
.TagClassName
{
border-color: #A14C34;
}
</style>