Shades of Orange Roughy #A04D34
Tints of Orange Roughy #A04D34
RGB
CMYK
RGB Variations
Color information
#A04D34 (or 0xA04D34) is known color: Orange Roughy. HEX triplet: A0, 4D and 34. RGB value is (160,77,52). Sum of RGB (Red+Green+Blue) = 160+77+52=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D34 is #5FB2CB. Grayscale: #636363. Windows color (decimal): -6271692 or 3427744. OLE color: 3427744.
HSL color Cylindrical-coordinate representation of color #A04D34: hue angle of 13.89º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04D34 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 52 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.37 |
| HSL | 13.89º | 0.51% | 0.42% | - |
| HSV(B) | 13.89º | 0.68% | 0.63% | - |
| XYZ | 17.77 | 13.03 | 4.83 | - |
| YUV | 98.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 52 | 0 | 0.52 | 0.68 | 0.37 | 13.89 | 0.51 | 0.42 |
| Hex | A0 | 4D | 34 | 0 | 34 | 44 | 25 | E | 33 | 2A |
| Octal | 240 | 115 | 64 | 0 | 64 | 104 | 45 | 16 | 63 | 52 |
| Binary | 10100000 | 1001101 | 110100 | 0 | 110100 | 1000100 | 100101 | 1110 | 110011 | 101010 |
Color Harmonies of #A04D34
Complementary color
Monochromatic Colors of #A04D34
Black with #A04D34
Text Example
Text Example
White with #A04D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D34; }
p { color: rgb(160,77,52); }
H1.HeaderClassName
{
color: #A04D34;
}
.AnyTagClassName
{
color: #A04D34;
}
</style>
background-color css
<style>
a { background-color: #A04D34; }
a { background-color: rgb(160,77,52); }
div.DivClassName
{
background-color: #A04D34;
}
.BgClassName
{
background-color: #A04D34;
}
</style>
border-color css
<style>
span { border-color: #A04D34; }
span { border-color: rgb(160,77,52); }
td.TdClassName
{
border-color: #A04D34;
}
.TagClassName
{
border-color: #A04D34;
}
</style>