Shades of Orange Roughy #A14D34
Tints of Orange Roughy #A14D34
RGB
CMYK
RGB Variations
Color information
#A14D34 (or 0xA14D34) is known color: Orange Roughy. HEX triplet: A1, 4D and 34. RGB value is (161,77,52). Sum of RGB (Red+Green+Blue) = 161+77+52=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D34 is #5EB2CB. Grayscale: #636363. Windows color (decimal): -6206156 or 3427745. OLE color: 3427745.
HSL color Cylindrical-coordinate representation of color #A14D34: hue angle of 13.76º 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 #A14D34 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 52 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.37 |
| HSL | 13.76º | 0.51% | 0.42% | - |
| HSV(B) | 13.76º | 0.68% | 0.63% | - |
| XYZ | 17.97 | 13.13 | 4.84 | - |
| YUV | 99.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 52 | 0 | 0.52 | 0.68 | 0.37 | 13.76 | 0.51 | 0.42 |
| Hex | A1 | 4D | 34 | 0 | 34 | 44 | 25 | E | 33 | 2A |
| Octal | 241 | 115 | 64 | 0 | 64 | 104 | 45 | 16 | 63 | 52 |
| Binary | 10100001 | 1001101 | 110100 | 0 | 110100 | 1000100 | 100101 | 1110 | 110011 | 101010 |
Color Harmonies of #A14D34
Complementary color
Monochromatic Colors of #A14D34
Black with #A14D34
Text Example
Text Example
White with #A14D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D34; }
p { color: rgb(161,77,52); }
H1.HeaderClassName
{
color: #A14D34;
}
.AnyTagClassName
{
color: #A14D34;
}
</style>
background-color css
<style>
a { background-color: #A14D34; }
a { background-color: rgb(161,77,52); }
div.DivClassName
{
background-color: #A14D34;
}
.BgClassName
{
background-color: #A14D34;
}
</style>
border-color css
<style>
span { border-color: #A14D34; }
span { border-color: rgb(161,77,52); }
td.TdClassName
{
border-color: #A14D34;
}
.TagClassName
{
border-color: #A14D34;
}
</style>