Shades of Orange Roughy #A14C33
Tints of Orange Roughy #A14C33
RGB
CMYK
RGB Variations
Color information
#A14C33 (or 0xA14C33) is known color: Orange Roughy. HEX triplet: A1, 4C and 33. RGB value is (161,76,51). Sum of RGB (Red+Green+Blue) = 161+76+51=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C33 is #5EB3CC. Grayscale: #626262. Windows color (decimal): -6206413 or 3361953. OLE color: 3361953.
HSL color Cylindrical-coordinate representation of color #A14C33: hue angle of 13.64º degrees, saturation: 0.52, 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 #A14C33 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 51 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.37 |
| HSL | 13.64º | 0.52% | 0.42% | - |
| HSV(B) | 13.64º | 0.68% | 0.63% | - |
| XYZ | 17.88 | 12.98 | 4.7 | - |
| YUV | 98.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 51 | 0 | 0.53 | 0.68 | 0.37 | 13.64 | 0.52 | 0.42 |
| Hex | A1 | 4C | 33 | 0 | 35 | 44 | 25 | E | 34 | 2A |
| Octal | 241 | 114 | 63 | 0 | 65 | 104 | 45 | 16 | 64 | 52 |
| Binary | 10100001 | 1001100 | 110011 | 0 | 110101 | 1000100 | 100101 | 1110 | 110100 | 101010 |
Color Harmonies of #A14C33
Complementary color
Monochromatic Colors of #A14C33
Black with #A14C33
Text Example
Text Example
White with #A14C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C33; }
p { color: rgb(161,76,51); }
H1.HeaderClassName
{
color: #A14C33;
}
.AnyTagClassName
{
color: #A14C33;
}
</style>
background-color css
<style>
a { background-color: #A14C33; }
a { background-color: rgb(161,76,51); }
div.DivClassName
{
background-color: #A14C33;
}
.BgClassName
{
background-color: #A14C33;
}
</style>
border-color css
<style>
span { border-color: #A14C33; }
span { border-color: rgb(161,76,51); }
td.TdClassName
{
border-color: #A14C33;
}
.TagClassName
{
border-color: #A14C33;
}
</style>