Shades of Orange Roughy #A64F32
Tints of Orange Roughy #A64F32
RGB
CMYK
RGB Variations
Color information
#A64F32 (or 0xA64F32) is known color: Orange Roughy. HEX triplet: A6, 4F and 32. RGB value is (166,79,50). Sum of RGB (Red+Green+Blue) = 166+79+50=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F32 is #59B0CD. Grayscale: #656565. Windows color (decimal): -5877966 or 3297190. OLE color: 3297190.
HSL color Cylindrical-coordinate representation of color #A64F32: hue angle of 15º 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 #A64F32 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 50 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.35 |
| HSL | 15º | 0.54% | 0.42% | - |
| HSV(B) | 15º | 0.7% | 0.65% | - |
| XYZ | 19.1 | 13.93 | 4.7 | - |
| YUV | 101.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 50 | 0 | 0.52 | 0.70 | 0.35 | 15 | 0.54 | 0.42 |
| Hex | A6 | 4F | 32 | 0 | 34 | 46 | 23 | F | 36 | 2A |
| Octal | 246 | 117 | 62 | 0 | 64 | 106 | 43 | 17 | 66 | 52 |
| Binary | 10100110 | 1001111 | 110010 | 0 | 110100 | 1000110 | 100011 | 1111 | 110110 | 101010 |
Color Harmonies of #A64F32
Complementary color
Monochromatic Colors of #A64F32
Black with #A64F32
Text Example
Text Example
White with #A64F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F32; }
p { color: rgb(166,79,50); }
H1.HeaderClassName
{
color: #A64F32;
}
.AnyTagClassName
{
color: #A64F32;
}
</style>
background-color css
<style>
a { background-color: #A64F32; }
a { background-color: rgb(166,79,50); }
div.DivClassName
{
background-color: #A64F32;
}
.BgClassName
{
background-color: #A64F32;
}
</style>
border-color css
<style>
span { border-color: #A64F32; }
span { border-color: rgb(166,79,50); }
td.TdClassName
{
border-color: #A64F32;
}
.TagClassName
{
border-color: #A64F32;
}
</style>