Shades of Orange Roughy #A94B33
Tints of Orange Roughy #A94B33
RGB
CMYK
RGB Variations
Color information
#A94B33 (or 0xA94B33) is known color: Orange Roughy. HEX triplet: A9, 4B and 33. RGB value is (169,75,51). Sum of RGB (Red+Green+Blue) = 169+75+51=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94B33 is #56B4CC. Grayscale: #646464. Windows color (decimal): -5682381 or 3361705. OLE color: 3361705.
HSL color Cylindrical-coordinate representation of color #A94B33: hue angle of 12.2º 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 #A94B33 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 75 | 51 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.34 |
| HSL | 12.2º | 0.54% | 0.43% | - |
| HSV(B) | 12.2º | 0.7% | 0.66% | - |
| XYZ | 19.48 | 13.71 | 4.75 | - |
| YUV | 100.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 51 | 0 | 0.56 | 0.70 | 0.34 | 12.2 | 0.54 | 0.43 |
| Hex | A9 | 4B | 33 | 0 | 38 | 46 | 22 | C | 36 | 2B |
| Octal | 251 | 113 | 63 | 0 | 70 | 106 | 42 | 14 | 66 | 53 |
| Binary | 10101001 | 1001011 | 110011 | 0 | 111000 | 1000110 | 100010 | 1100 | 110110 | 101011 |
Color Harmonies of #A94B33
Complementary color
Monochromatic Colors of #A94B33
Black with #A94B33
Text Example
Text Example
White with #A94B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94B33; }
p { color: rgb(169,75,51); }
H1.HeaderClassName
{
color: #A94B33;
}
.AnyTagClassName
{
color: #A94B33;
}
</style>
background-color css
<style>
a { background-color: #A94B33; }
a { background-color: rgb(169,75,51); }
div.DivClassName
{
background-color: #A94B33;
}
.BgClassName
{
background-color: #A94B33;
}
</style>
border-color css
<style>
span { border-color: #A94B33; }
span { border-color: rgb(169,75,51); }
td.TdClassName
{
border-color: #A94B33;
}
.TagClassName
{
border-color: #A94B33;
}
</style>