Shades of Orange Roughy #A65033
Tints of Orange Roughy #A65033
RGB
CMYK
RGB Variations
Color information
#A65033 (or 0xA65033) is known color: Orange Roughy. HEX triplet: A6, 50 and 33. RGB value is (166,80,51). Sum of RGB (Red+Green+Blue) = 166+80+51=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A65033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65033 is #59AFCC. Grayscale: #666666. Windows color (decimal): -5877709 or 3362982. OLE color: 3362982.
HSL color Cylindrical-coordinate representation of color #A65033: hue angle of 15.13º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A65033 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 51 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.35 |
| HSL | 15.13º | 0.53% | 0.43% | - |
| HSV(B) | 15.13º | 0.69% | 0.65% | - |
| XYZ | 19.19 | 14.08 | 4.84 | - |
| YUV | 102.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 51 | 0 | 0.52 | 0.69 | 0.35 | 15.13 | 0.53 | 0.43 |
| Hex | A6 | 50 | 33 | 0 | 34 | 45 | 23 | F | 35 | 2B |
| Octal | 246 | 120 | 63 | 0 | 64 | 105 | 43 | 17 | 65 | 53 |
| Binary | 10100110 | 1010000 | 110011 | 0 | 110100 | 1000101 | 100011 | 1111 | 110101 | 101011 |
Color Harmonies of #A65033
Complementary color
Monochromatic Colors of #A65033
Black with #A65033
Text Example
Text Example
White with #A65033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65033; }
p { color: rgb(166,80,51); }
H1.HeaderClassName
{
color: #A65033;
}
.AnyTagClassName
{
color: #A65033;
}
</style>
background-color css
<style>
a { background-color: #A65033; }
a { background-color: rgb(166,80,51); }
div.DivClassName
{
background-color: #A65033;
}
.BgClassName
{
background-color: #A65033;
}
</style>
border-color css
<style>
span { border-color: #A65033; }
span { border-color: rgb(166,80,51); }
td.TdClassName
{
border-color: #A65033;
}
.TagClassName
{
border-color: #A65033;
}
</style>