Shades of Orange Roughy #A65031
Tints of Orange Roughy #A65031
RGB
CMYK
RGB Variations
Color information
#A65031 (or 0xA65031) is known color: Orange Roughy. HEX triplet: A6, 50 and 31. RGB value is (166,80,49). Sum of RGB (Red+Green+Blue) = 166+80+49=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A65031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65031 is #59AFCE. Grayscale: #666666. Windows color (decimal): -5877711 or 3231910. OLE color: 3231910.
HSL color Cylindrical-coordinate representation of color #A65031: hue angle of 15.9º 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 #A65031 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 49 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.35 |
| HSL | 15.9º | 0.54% | 0.42% | - |
| HSV(B) | 15.9º | 0.7% | 0.65% | - |
| XYZ | 19.15 | 14.07 | 4.61 | - |
| YUV | 102.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 49 | 0 | 0.52 | 0.70 | 0.35 | 15.9 | 0.54 | 0.42 |
| Hex | A6 | 50 | 31 | 0 | 34 | 46 | 23 | 10 | 36 | 2A |
| Octal | 246 | 120 | 61 | 0 | 64 | 106 | 43 | 20 | 66 | 52 |
| Binary | 10100110 | 1010000 | 110001 | 0 | 110100 | 1000110 | 100011 | 10000 | 110110 | 101010 |
Color Harmonies of #A65031
Complementary color
Monochromatic Colors of #A65031
Black with #A65031
Text Example
Text Example
White with #A65031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65031; }
p { color: rgb(166,80,49); }
H1.HeaderClassName
{
color: #A65031;
}
.AnyTagClassName
{
color: #A65031;
}
</style>
background-color css
<style>
a { background-color: #A65031; }
a { background-color: rgb(166,80,49); }
div.DivClassName
{
background-color: #A65031;
}
.BgClassName
{
background-color: #A65031;
}
</style>
border-color css
<style>
span { border-color: #A65031; }
span { border-color: rgb(166,80,49); }
td.TdClassName
{
border-color: #A65031;
}
.TagClassName
{
border-color: #A65031;
}
</style>