Shades of Orange Roughy #A24F36
Tints of Orange Roughy #A24F36
RGB
CMYK
RGB Variations
Color information
#A24F36 (or 0xA24F36) is known color: Orange Roughy. HEX triplet: A2, 4F and 36. RGB value is (162,79,54). Sum of RGB (Red+Green+Blue) = 162+79+54=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F36 is #5DB0C9. Grayscale: #656565. Windows color (decimal): -6140106 or 3559330. OLE color: 3559330.
HSL color Cylindrical-coordinate representation of color #A24F36: hue angle of 13.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24F36 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 54 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.36 |
| HSL | 13.89º | 0.5% | 0.42% | - |
| HSV(B) | 13.89º | 0.67% | 0.64% | - |
| XYZ | 18.36 | 13.54 | 5.14 | - |
| YUV | 100.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 54 | 0 | 0.51 | 0.67 | 0.36 | 13.89 | 0.5 | 0.42 |
| Hex | A2 | 4F | 36 | 0 | 33 | 43 | 24 | E | 32 | 2A |
| Octal | 242 | 117 | 66 | 0 | 63 | 103 | 44 | 16 | 62 | 52 |
| Binary | 10100010 | 1001111 | 110110 | 0 | 110011 | 1000011 | 100100 | 1110 | 110010 | 101010 |
Color Harmonies of #A24F36
Complementary color
Monochromatic Colors of #A24F36
Black with #A24F36
Text Example
Text Example
White with #A24F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F36; }
p { color: rgb(162,79,54); }
H1.HeaderClassName
{
color: #A24F36;
}
.AnyTagClassName
{
color: #A24F36;
}
</style>
background-color css
<style>
a { background-color: #A24F36; }
a { background-color: rgb(162,79,54); }
div.DivClassName
{
background-color: #A24F36;
}
.BgClassName
{
background-color: #A24F36;
}
</style>
border-color css
<style>
span { border-color: #A24F36; }
span { border-color: rgb(162,79,54); }
td.TdClassName
{
border-color: #A24F36;
}
.TagClassName
{
border-color: #A24F36;
}
</style>