Shades of Orange Roughy #A64F39
Tints of Orange Roughy #A64F39
RGB
CMYK
RGB Variations
Color information
#A64F39 (or 0xA64F39) is known color: Orange Roughy. HEX triplet: A6, 4F and 39. RGB value is (166,79,57). Sum of RGB (Red+Green+Blue) = 166+79+57=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F39 is #59B0C6. Grayscale: #666666. Windows color (decimal): -5877959 or 3755942. OLE color: 3755942.
HSL color Cylindrical-coordinate representation of color #A64F39: hue angle of 12.11º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64F39 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 57 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.35 |
| HSL | 12.11º | 0.49% | 0.44% | - |
| HSV(B) | 12.11º | 0.66% | 0.65% | - |
| XYZ | 19.26 | 13.99 | 5.56 | - |
| YUV | 102.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 57 | 0 | 0.52 | 0.66 | 0.35 | 12.11 | 0.49 | 0.44 |
| Hex | A6 | 4F | 39 | 0 | 34 | 42 | 23 | C | 31 | 2C |
| Octal | 246 | 117 | 71 | 0 | 64 | 102 | 43 | 14 | 61 | 54 |
| Binary | 10100110 | 1001111 | 111001 | 0 | 110100 | 1000010 | 100011 | 1100 | 110001 | 101100 |
Color Harmonies of #A64F39
Complementary color
Monochromatic Colors of #A64F39
Black with #A64F39
Text Example
Text Example
White with #A64F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F39; }
p { color: rgb(166,79,57); }
H1.HeaderClassName
{
color: #A64F39;
}
.AnyTagClassName
{
color: #A64F39;
}
</style>
background-color css
<style>
a { background-color: #A64F39; }
a { background-color: rgb(166,79,57); }
div.DivClassName
{
background-color: #A64F39;
}
.BgClassName
{
background-color: #A64F39;
}
</style>
border-color css
<style>
span { border-color: #A64F39; }
span { border-color: rgb(166,79,57); }
td.TdClassName
{
border-color: #A64F39;
}
.TagClassName
{
border-color: #A64F39;
}
</style>