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