Shades of Orange Roughy #A64A31
Tints of Orange Roughy #A64A31
RGB
CMYK
RGB Variations
Color information
#A64A31 (or 0xA64A31) is known color: Orange Roughy. HEX triplet: A6, 4A and 31. RGB value is (166,74,49). Sum of RGB (Red+Green+Blue) = 166+74+49=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A31 is #59B5CE. Grayscale: #626262. Windows color (decimal): -5879247 or 3230374. OLE color: 3230374.
HSL color Cylindrical-coordinate representation of color #A64A31: hue angle of 12.82º 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 #A64A31 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 49 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.35 |
| HSL | 12.82º | 0.54% | 0.42% | - |
| HSV(B) | 12.82º | 0.7% | 0.65% | - |
| XYZ | 18.73 | 13.23 | 4.47 | - |
| YUV | 98.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 49 | 0 | 0.55 | 0.70 | 0.35 | 12.82 | 0.54 | 0.42 |
| Hex | A6 | 4A | 31 | 0 | 37 | 46 | 23 | D | 36 | 2A |
| Octal | 246 | 112 | 61 | 0 | 67 | 106 | 43 | 15 | 66 | 52 |
| Binary | 10100110 | 1001010 | 110001 | 0 | 110111 | 1000110 | 100011 | 1101 | 110110 | 101010 |
Color Harmonies of #A64A31
Complementary color
Monochromatic Colors of #A64A31
Black with #A64A31
Text Example
Text Example
White with #A64A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A31; }
p { color: rgb(166,74,49); }
H1.HeaderClassName
{
color: #A64A31;
}
.AnyTagClassName
{
color: #A64A31;
}
</style>
background-color css
<style>
a { background-color: #A64A31; }
a { background-color: rgb(166,74,49); }
div.DivClassName
{
background-color: #A64A31;
}
.BgClassName
{
background-color: #A64A31;
}
</style>
border-color css
<style>
span { border-color: #A64A31; }
span { border-color: rgb(166,74,49); }
td.TdClassName
{
border-color: #A64A31;
}
.TagClassName
{
border-color: #A64A31;
}
</style>