Shades of Orange Roughy #A94E3C
Tints of Orange Roughy #A94E3C
RGB
CMYK
RGB Variations
Color information
#A94E3C (or 0xA94E3C) is known color: Orange Roughy. HEX triplet: A9, 4E and 3C. RGB value is (169,78,60). Sum of RGB (Red+Green+Blue) = 169+78+60=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E3C is #56B1C3. Grayscale: #676767. Windows color (decimal): -5681604 or 3952297. OLE color: 3952297.
HSL color Cylindrical-coordinate representation of color #A94E3C: hue angle of 9.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94E3C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 78 | 60 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.34 |
| HSL | 9.91º | 0.48% | 0.45% | - |
| HSV(B) | 9.91º | 0.64% | 0.66% | - |
| XYZ | 19.9 | 14.21 | 5.97 | - |
| YUV | 103.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 60 | 0 | 0.54 | 0.64 | 0.34 | 9.91 | 0.48 | 0.45 |
| Hex | A9 | 4E | 3C | 0 | 36 | 40 | 22 | A | 30 | 2D |
| Octal | 251 | 116 | 74 | 0 | 66 | 100 | 42 | 12 | 60 | 55 |
| Binary | 10101001 | 1001110 | 111100 | 0 | 110110 | 1000000 | 100010 | 1010 | 110000 | 101101 |
Color Harmonies of #A94E3C
Complementary color
Monochromatic Colors of #A94E3C
Black with #A94E3C
Text Example
Text Example
White with #A94E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94E3C; }
p { color: rgb(169,78,60); }
H1.HeaderClassName
{
color: #A94E3C;
}
.AnyTagClassName
{
color: #A94E3C;
}
</style>
background-color css
<style>
a { background-color: #A94E3C; }
a { background-color: rgb(169,78,60); }
div.DivClassName
{
background-color: #A94E3C;
}
.BgClassName
{
background-color: #A94E3C;
}
</style>
border-color css
<style>
span { border-color: #A94E3C; }
span { border-color: rgb(169,78,60); }
td.TdClassName
{
border-color: #A94E3C;
}
.TagClassName
{
border-color: #A94E3C;
}
</style>