Shades of Orange Roughy #A14F35
Tints of Orange Roughy #A14F35
RGB
CMYK
RGB Variations
Color information
#A14F35 (or 0xA14F35) is known color: Orange Roughy. HEX triplet: A1, 4F and 35. RGB value is (161,79,53). Sum of RGB (Red+Green+Blue) = 161+79+53=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F35 is #5EB0CA. Grayscale: #646464. Windows color (decimal): -6205643 or 3493793. OLE color: 3493793.
HSL color Cylindrical-coordinate representation of color #A14F35: hue angle of 14.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14F35 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 53 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.37 |
| HSL | 14.44º | 0.5% | 0.42% | - |
| HSV(B) | 14.44º | 0.67% | 0.63% | - |
| XYZ | 18.14 | 13.43 | 5 | - |
| YUV | 100.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 53 | 0 | 0.51 | 0.67 | 0.37 | 14.44 | 0.5 | 0.42 |
| Hex | A1 | 4F | 35 | 0 | 33 | 43 | 25 | E | 32 | 2A |
| Octal | 241 | 117 | 65 | 0 | 63 | 103 | 45 | 16 | 62 | 52 |
| Binary | 10100001 | 1001111 | 110101 | 0 | 110011 | 1000011 | 100101 | 1110 | 110010 | 101010 |
Color Harmonies of #A14F35
Complementary color
Monochromatic Colors of #A14F35
Black with #A14F35
Text Example
Text Example
White with #A14F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F35; }
p { color: rgb(161,79,53); }
H1.HeaderClassName
{
color: #A14F35;
}
.AnyTagClassName
{
color: #A14F35;
}
</style>
background-color css
<style>
a { background-color: #A14F35; }
a { background-color: rgb(161,79,53); }
div.DivClassName
{
background-color: #A14F35;
}
.BgClassName
{
background-color: #A14F35;
}
</style>
border-color css
<style>
span { border-color: #A14F35; }
span { border-color: rgb(161,79,53); }
td.TdClassName
{
border-color: #A14F35;
}
.TagClassName
{
border-color: #A14F35;
}
</style>