Shades of Orange Roughy #A84C32
Tints of Orange Roughy #A84C32
RGB
CMYK
RGB Variations
Color information
#A84C32 (or 0xA84C32) is known color: Orange Roughy. HEX triplet: A8, 4C and 32. RGB value is (168,76,50). Sum of RGB (Red+Green+Blue) = 168+76+50=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C32 is #57B3CD. Grayscale: #646464. Windows color (decimal): -5747662 or 3296424. OLE color: 3296424.
HSL color Cylindrical-coordinate representation of color #A84C32: hue angle of 13.22º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84C32 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 50 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.34 |
| HSL | 13.22º | 0.54% | 0.43% | - |
| HSV(B) | 13.22º | 0.7% | 0.66% | - |
| XYZ | 19.31 | 13.72 | 4.65 | - |
| YUV | 100.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 50 | 0 | 0.55 | 0.70 | 0.34 | 13.22 | 0.54 | 0.43 |
| Hex | A8 | 4C | 32 | 0 | 37 | 46 | 22 | D | 36 | 2B |
| Octal | 250 | 114 | 62 | 0 | 67 | 106 | 42 | 15 | 66 | 53 |
| Binary | 10101000 | 1001100 | 110010 | 0 | 110111 | 1000110 | 100010 | 1101 | 110110 | 101011 |
Color Harmonies of #A84C32
Complementary color
Monochromatic Colors of #A84C32
Black with #A84C32
Text Example
Text Example
White with #A84C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C32; }
p { color: rgb(168,76,50); }
H1.HeaderClassName
{
color: #A84C32;
}
.AnyTagClassName
{
color: #A84C32;
}
</style>
background-color css
<style>
a { background-color: #A84C32; }
a { background-color: rgb(168,76,50); }
div.DivClassName
{
background-color: #A84C32;
}
.BgClassName
{
background-color: #A84C32;
}
</style>
border-color css
<style>
span { border-color: #A84C32; }
span { border-color: rgb(168,76,50); }
td.TdClassName
{
border-color: #A84C32;
}
.TagClassName
{
border-color: #A84C32;
}
</style>