Shades of Orange Roughy #A64E31
Tints of Orange Roughy #A64E31
RGB
CMYK
RGB Variations
Color information
#A64E31 (or 0xA64E31) is known color: Orange Roughy. HEX triplet: A6, 4E and 31. RGB value is (166,78,49). Sum of RGB (Red+Green+Blue) = 166+78+49=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E31 is #59B1CE. Grayscale: #656565. Windows color (decimal): -5878223 or 3231398. OLE color: 3231398.
HSL color Cylindrical-coordinate representation of color #A64E31: hue angle of 14.87º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64E31 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 49 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.35 |
| HSL | 14.87º | 0.54% | 0.42% | - |
| HSV(B) | 14.87º | 0.7% | 0.65% | - |
| XYZ | 19 | 13.78 | 4.56 | - |
| YUV | 101.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 49 | 0 | 0.53 | 0.70 | 0.35 | 14.87 | 0.54 | 0.42 |
| Hex | A6 | 4E | 31 | 0 | 35 | 46 | 23 | F | 36 | 2A |
| Octal | 246 | 116 | 61 | 0 | 65 | 106 | 43 | 17 | 66 | 52 |
| Binary | 10100110 | 1001110 | 110001 | 0 | 110101 | 1000110 | 100011 | 1111 | 110110 | 101010 |
Color Harmonies of #A64E31
Complementary color
Monochromatic Colors of #A64E31
Black with #A64E31
Text Example
Text Example
White with #A64E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E31; }
p { color: rgb(166,78,49); }
H1.HeaderClassName
{
color: #A64E31;
}
.AnyTagClassName
{
color: #A64E31;
}
</style>
background-color css
<style>
a { background-color: #A64E31; }
a { background-color: rgb(166,78,49); }
div.DivClassName
{
background-color: #A64E31;
}
.BgClassName
{
background-color: #A64E31;
}
</style>
border-color css
<style>
span { border-color: #A64E31; }
span { border-color: rgb(166,78,49); }
td.TdClassName
{
border-color: #A64E31;
}
.TagClassName
{
border-color: #A64E31;
}
</style>