Shades of Orange Roughy #A6533D
Tints of Orange Roughy #A6533D
RGB
CMYK
RGB Variations
Color information
#A6533D (or 0xA6533D) is known color: Orange Roughy. HEX triplet: A6, 53 and 3D. RGB value is (166,83,61). Sum of RGB (Red+Green+Blue) = 166+83+61=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6533D is #59ACC2. Grayscale: #696969. Windows color (decimal): -5876931 or 4019110. OLE color: 4019110.
HSL color Cylindrical-coordinate representation of color #A6533D: hue angle of 12.57º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6533D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 61 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.35 |
| HSL | 12.57º | 0.46% | 0.45% | - |
| HSV(B) | 12.57º | 0.63% | 0.65% | - |
| XYZ | 19.66 | 14.63 | 6.2 | - |
| YUV | 105.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 61 | 0 | 0.50 | 0.63 | 0.35 | 12.57 | 0.46 | 0.45 |
| Hex | A6 | 53 | 3D | 0 | 32 | 3F | 23 | D | 2E | 2D |
| Octal | 246 | 123 | 75 | 0 | 62 | 77 | 43 | 15 | 56 | 55 |
| Binary | 10100110 | 1010011 | 111101 | 0 | 110010 | 111111 | 100011 | 1101 | 101110 | 101101 |
Color Harmonies of #A6533D
Complementary color
Monochromatic Colors of #A6533D
Black with #A6533D
Text Example
Text Example
White with #A6533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6533D; }
p { color: rgb(166,83,61); }
H1.HeaderClassName
{
color: #A6533D;
}
.AnyTagClassName
{
color: #A6533D;
}
</style>
background-color css
<style>
a { background-color: #A6533D; }
a { background-color: rgb(166,83,61); }
div.DivClassName
{
background-color: #A6533D;
}
.BgClassName
{
background-color: #A6533D;
}
</style>
border-color css
<style>
span { border-color: #A6533D; }
span { border-color: rgb(166,83,61); }
td.TdClassName
{
border-color: #A6533D;
}
.TagClassName
{
border-color: #A6533D;
}
</style>