Shades of Orange Roughy #A65339
Tints of Orange Roughy #A65339
RGB
CMYK
RGB Variations
Color information
#A65339 (or 0xA65339) is known color: Orange Roughy. HEX triplet: A6, 53 and 39. RGB value is (166,83,57). Sum of RGB (Red+Green+Blue) = 166+83+57=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A65339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65339 is #59ACC6. Grayscale: #696969. Windows color (decimal): -5876935 or 3756966. OLE color: 3756966.
HSL color Cylindrical-coordinate representation of color #A65339: hue angle of 14.31º 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 #A65339 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 57 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.35 |
| HSL | 14.31º | 0.49% | 0.44% | - |
| HSV(B) | 14.31º | 0.66% | 0.65% | - |
| XYZ | 19.56 | 14.59 | 5.66 | - |
| YUV | 104.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 57 | 0 | 0.50 | 0.66 | 0.35 | 14.31 | 0.49 | 0.44 |
| Hex | A6 | 53 | 39 | 0 | 32 | 42 | 23 | E | 31 | 2C |
| Octal | 246 | 123 | 71 | 0 | 62 | 102 | 43 | 16 | 61 | 54 |
| Binary | 10100110 | 1010011 | 111001 | 0 | 110010 | 1000010 | 100011 | 1110 | 110001 | 101100 |
Color Harmonies of #A65339
Complementary color
Monochromatic Colors of #A65339
Black with #A65339
Text Example
Text Example
White with #A65339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65339; }
p { color: rgb(166,83,57); }
H1.HeaderClassName
{
color: #A65339;
}
.AnyTagClassName
{
color: #A65339;
}
</style>
background-color css
<style>
a { background-color: #A65339; }
a { background-color: rgb(166,83,57); }
div.DivClassName
{
background-color: #A65339;
}
.BgClassName
{
background-color: #A65339;
}
</style>
border-color css
<style>
span { border-color: #A65339; }
span { border-color: rgb(166,83,57); }
td.TdClassName
{
border-color: #A65339;
}
.TagClassName
{
border-color: #A65339;
}
</style>