Shades of Orange Roughy #A65039
Tints of Orange Roughy #A65039
RGB
CMYK
RGB Variations
Color information
#A65039 (or 0xA65039) is known color: Orange Roughy. HEX triplet: A6, 50 and 39. RGB value is (166,80,57). Sum of RGB (Red+Green+Blue) = 166+80+57=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A65039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65039 is #59AFC6. Grayscale: #676767. Windows color (decimal): -5877703 or 3756198. OLE color: 3756198.
HSL color Cylindrical-coordinate representation of color #A65039: hue angle of 12.66º 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 #A65039 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 57 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.35 |
| HSL | 12.66º | 0.49% | 0.44% | - |
| HSV(B) | 12.66º | 0.66% | 0.65% | - |
| XYZ | 19.33 | 14.14 | 5.58 | - |
| YUV | 103.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 57 | 0 | 0.52 | 0.66 | 0.35 | 12.66 | 0.49 | 0.44 |
| Hex | A6 | 50 | 39 | 0 | 34 | 42 | 23 | D | 31 | 2C |
| Octal | 246 | 120 | 71 | 0 | 64 | 102 | 43 | 15 | 61 | 54 |
| Binary | 10100110 | 1010000 | 111001 | 0 | 110100 | 1000010 | 100011 | 1101 | 110001 | 101100 |
Color Harmonies of #A65039
Complementary color
Monochromatic Colors of #A65039
Black with #A65039
Text Example
Text Example
White with #A65039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65039; }
p { color: rgb(166,80,57); }
H1.HeaderClassName
{
color: #A65039;
}
.AnyTagClassName
{
color: #A65039;
}
</style>
background-color css
<style>
a { background-color: #A65039; }
a { background-color: rgb(166,80,57); }
div.DivClassName
{
background-color: #A65039;
}
.BgClassName
{
background-color: #A65039;
}
</style>
border-color css
<style>
span { border-color: #A65039; }
span { border-color: rgb(166,80,57); }
td.TdClassName
{
border-color: #A65039;
}
.TagClassName
{
border-color: #A65039;
}
</style>