Shades of Orange Roughy #A24E35
Tints of Orange Roughy #A24E35
RGB
CMYK
RGB Variations
Color information
#A24E35 (or 0xA24E35) is known color: Orange Roughy. HEX triplet: A2, 4E and 35. RGB value is (162,78,53). Sum of RGB (Red+Green+Blue) = 162+78+53=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E35 is #5DB1CA. Grayscale: #646464. Windows color (decimal): -6140363 or 3493538. OLE color: 3493538.
HSL color Cylindrical-coordinate representation of color #A24E35: hue angle of 13.76º degrees, saturation: 0.51, 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 #A24E35 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 53 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.36 |
| HSL | 13.76º | 0.51% | 0.42% | - |
| HSV(B) | 13.76º | 0.67% | 0.64% | - |
| XYZ | 18.27 | 13.39 | 4.99 | - |
| YUV | 100.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 53 | 0 | 0.52 | 0.67 | 0.36 | 13.76 | 0.51 | 0.42 |
| Hex | A2 | 4E | 35 | 0 | 34 | 43 | 24 | E | 33 | 2A |
| Octal | 242 | 116 | 65 | 0 | 64 | 103 | 44 | 16 | 63 | 52 |
| Binary | 10100010 | 1001110 | 110101 | 0 | 110100 | 1000011 | 100100 | 1110 | 110011 | 101010 |
Color Harmonies of #A24E35
Complementary color
Monochromatic Colors of #A24E35
Black with #A24E35
Text Example
Text Example
White with #A24E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E35; }
p { color: rgb(162,78,53); }
H1.HeaderClassName
{
color: #A24E35;
}
.AnyTagClassName
{
color: #A24E35;
}
</style>
background-color css
<style>
a { background-color: #A24E35; }
a { background-color: rgb(162,78,53); }
div.DivClassName
{
background-color: #A24E35;
}
.BgClassName
{
background-color: #A24E35;
}
</style>
border-color css
<style>
span { border-color: #A24E35; }
span { border-color: rgb(162,78,53); }
td.TdClassName
{
border-color: #A24E35;
}
.TagClassName
{
border-color: #A24E35;
}
</style>