Shades of Orange Roughy #A64D36
Tints of Orange Roughy #A64D36
RGB
CMYK
RGB Variations
Color information
#A64D36 (or 0xA64D36) is known color: Orange Roughy. HEX triplet: A6, 4D and 36. RGB value is (166,77,54). Sum of RGB (Red+Green+Blue) = 166+77+54=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D36 is #59B2C9. Grayscale: #656565. Windows color (decimal): -5878474 or 3558822. OLE color: 3558822.
HSL color Cylindrical-coordinate representation of color #A64D36: hue angle of 12.32º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64D36 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 54 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.35 |
| HSL | 12.32º | 0.51% | 0.43% | - |
| HSV(B) | 12.32º | 0.67% | 0.65% | - |
| XYZ | 19.05 | 13.68 | 5.13 | - |
| YUV | 100.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 54 | 0 | 0.54 | 0.67 | 0.35 | 12.32 | 0.51 | 0.43 |
| Hex | A6 | 4D | 36 | 0 | 36 | 43 | 23 | C | 33 | 2B |
| Octal | 246 | 115 | 66 | 0 | 66 | 103 | 43 | 14 | 63 | 53 |
| Binary | 10100110 | 1001101 | 110110 | 0 | 110110 | 1000011 | 100011 | 1100 | 110011 | 101011 |
Color Harmonies of #A64D36
Complementary color
Monochromatic Colors of #A64D36
Black with #A64D36
Text Example
Text Example
White with #A64D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D36; }
p { color: rgb(166,77,54); }
H1.HeaderClassName
{
color: #A64D36;
}
.AnyTagClassName
{
color: #A64D36;
}
</style>
background-color css
<style>
a { background-color: #A64D36; }
a { background-color: rgb(166,77,54); }
div.DivClassName
{
background-color: #A64D36;
}
.BgClassName
{
background-color: #A64D36;
}
</style>
border-color css
<style>
span { border-color: #A64D36; }
span { border-color: rgb(166,77,54); }
td.TdClassName
{
border-color: #A64D36;
}
.TagClassName
{
border-color: #A64D36;
}
</style>