Shades of Orange Roughy #A04E35
Tints of Orange Roughy #A04E35
RGB
CMYK
RGB Variations
Color information
#A04E35 (or 0xA04E35) is known color: Orange Roughy. HEX triplet: A0, 4E and 35. RGB value is (160,78,53). Sum of RGB (Red+Green+Blue) = 160+78+53=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E35 is #5FB1CA. Grayscale: #636363. Windows color (decimal): -6271435 or 3493536. OLE color: 3493536.
HSL color Cylindrical-coordinate representation of color #A04E35: hue angle of 14.02º 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 #A04E35 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 53 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.37 |
| HSL | 14.02º | 0.5% | 0.42% | - |
| HSV(B) | 14.02º | 0.67% | 0.63% | - |
| XYZ | 17.86 | 13.18 | 4.97 | - |
| YUV | 99.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 53 | 0 | 0.51 | 0.67 | 0.37 | 14.02 | 0.5 | 0.42 |
| Hex | A0 | 4E | 35 | 0 | 33 | 43 | 25 | E | 32 | 2A |
| Octal | 240 | 116 | 65 | 0 | 63 | 103 | 45 | 16 | 62 | 52 |
| Binary | 10100000 | 1001110 | 110101 | 0 | 110011 | 1000011 | 100101 | 1110 | 110010 | 101010 |
Color Harmonies of #A04E35
Complementary color
Monochromatic Colors of #A04E35
Black with #A04E35
Text Example
Text Example
White with #A04E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E35; }
p { color: rgb(160,78,53); }
H1.HeaderClassName
{
color: #A04E35;
}
.AnyTagClassName
{
color: #A04E35;
}
</style>
background-color css
<style>
a { background-color: #A04E35; }
a { background-color: rgb(160,78,53); }
div.DivClassName
{
background-color: #A04E35;
}
.BgClassName
{
background-color: #A04E35;
}
</style>
border-color css
<style>
span { border-color: #A04E35; }
span { border-color: rgb(160,78,53); }
td.TdClassName
{
border-color: #A04E35;
}
.TagClassName
{
border-color: #A04E35;
}
</style>