Shades of Orange Roughy #A94C33
Tints of Orange Roughy #A94C33
RGB
CMYK
RGB Variations
Color information
#A94C33 (or 0xA94C33) is known color: Orange Roughy. HEX triplet: A9, 4C and 33. RGB value is (169,76,51). Sum of RGB (Red+Green+Blue) = 169+76+51=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C33 is #56B3CC. Grayscale: #656565. Windows color (decimal): -5682125 or 3361961. OLE color: 3361961.
HSL color Cylindrical-coordinate representation of color #A94C33: hue angle of 12.71º 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 #A94C33 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 51 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.34 |
| HSL | 12.71º | 0.54% | 0.43% | - |
| HSV(B) | 12.71º | 0.7% | 0.66% | - |
| XYZ | 19.54 | 13.84 | 4.77 | - |
| YUV | 100.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 51 | 0 | 0.55 | 0.70 | 0.34 | 12.71 | 0.54 | 0.43 |
| Hex | A9 | 4C | 33 | 0 | 37 | 46 | 22 | D | 36 | 2B |
| Octal | 251 | 114 | 63 | 0 | 67 | 106 | 42 | 15 | 66 | 53 |
| Binary | 10101001 | 1001100 | 110011 | 0 | 110111 | 1000110 | 100010 | 1101 | 110110 | 101011 |
Color Harmonies of #A94C33
Complementary color
Monochromatic Colors of #A94C33
Black with #A94C33
Text Example
Text Example
White with #A94C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C33; }
p { color: rgb(169,76,51); }
H1.HeaderClassName
{
color: #A94C33;
}
.AnyTagClassName
{
color: #A94C33;
}
</style>
background-color css
<style>
a { background-color: #A94C33; }
a { background-color: rgb(169,76,51); }
div.DivClassName
{
background-color: #A94C33;
}
.BgClassName
{
background-color: #A94C33;
}
</style>
border-color css
<style>
span { border-color: #A94C33; }
span { border-color: rgb(169,76,51); }
td.TdClassName
{
border-color: #A94C33;
}
.TagClassName
{
border-color: #A94C33;
}
</style>