Shades of Orange Roughy #A24E34
Tints of Orange Roughy #A24E34
RGB
CMYK
RGB Variations
Color information
#A24E34 (or 0xA24E34) is known color: Orange Roughy. HEX triplet: A2, 4E and 34. RGB value is (162,78,52). Sum of RGB (Red+Green+Blue) = 162+78+52=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E34 is #5DB1CB. Grayscale: #646464. Windows color (decimal): -6140364 or 3428002. OLE color: 3428002.
HSL color Cylindrical-coordinate representation of color #A24E34: hue angle of 14.18º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24E34 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 52 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.36 |
| HSL | 14.18º | 0.51% | 0.42% | - |
| HSV(B) | 14.18º | 0.68% | 0.64% | - |
| XYZ | 18.24 | 13.38 | 4.87 | - |
| YUV | 100.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 52 | 0 | 0.52 | 0.68 | 0.36 | 14.18 | 0.51 | 0.42 |
| Hex | A2 | 4E | 34 | 0 | 34 | 44 | 24 | E | 33 | 2A |
| Octal | 242 | 116 | 64 | 0 | 64 | 104 | 44 | 16 | 63 | 52 |
| Binary | 10100010 | 1001110 | 110100 | 0 | 110100 | 1000100 | 100100 | 1110 | 110011 | 101010 |
Color Harmonies of #A24E34
Complementary color
Monochromatic Colors of #A24E34
Black with #A24E34
Text Example
Text Example
White with #A24E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E34; }
p { color: rgb(162,78,52); }
H1.HeaderClassName
{
color: #A24E34;
}
.AnyTagClassName
{
color: #A24E34;
}
</style>
background-color css
<style>
a { background-color: #A24E34; }
a { background-color: rgb(162,78,52); }
div.DivClassName
{
background-color: #A24E34;
}
.BgClassName
{
background-color: #A24E34;
}
</style>
border-color css
<style>
span { border-color: #A24E34; }
span { border-color: rgb(162,78,52); }
td.TdClassName
{
border-color: #A24E34;
}
.TagClassName
{
border-color: #A24E34;
}
</style>