Shades of Orange Roughy #A1503C
Tints of Orange Roughy #A1503C
RGB
CMYK
RGB Variations
Color information
#A1503C (or 0xA1503C) is known color: Orange Roughy. HEX triplet: A1, 50 and 3C. RGB value is (161,80,60). Sum of RGB (Red+Green+Blue) = 161+80+60=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A1503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1503C is #5EAFC3. Grayscale: #666666. Windows color (decimal): -6205380 or 3952801. OLE color: 3952801.
HSL color Cylindrical-coordinate representation of color #A1503C: hue angle of 11.88º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1503C is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 60 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.37 |
| HSL | 11.88º | 0.46% | 0.43% | - |
| HSV(B) | 11.88º | 0.63% | 0.63% | - |
| XYZ | 18.38 | 13.64 | 5.94 | - |
| YUV | 101.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 60 | 0 | 0.50 | 0.63 | 0.37 | 11.88 | 0.46 | 0.43 |
| Hex | A1 | 50 | 3C | 0 | 32 | 3F | 25 | C | 2E | 2B |
| Octal | 241 | 120 | 74 | 0 | 62 | 77 | 45 | 14 | 56 | 53 |
| Binary | 10100001 | 1010000 | 111100 | 0 | 110010 | 111111 | 100101 | 1100 | 101110 | 101011 |
Color Harmonies of #A1503C
Complementary color
Monochromatic Colors of #A1503C
Black with #A1503C
Text Example
Text Example
White with #A1503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1503C; }
p { color: rgb(161,80,60); }
H1.HeaderClassName
{
color: #A1503C;
}
.AnyTagClassName
{
color: #A1503C;
}
</style>
background-color css
<style>
a { background-color: #A1503C; }
a { background-color: rgb(161,80,60); }
div.DivClassName
{
background-color: #A1503C;
}
.BgClassName
{
background-color: #A1503C;
}
</style>
border-color css
<style>
span { border-color: #A1503C; }
span { border-color: rgb(161,80,60); }
td.TdClassName
{
border-color: #A1503C;
}
.TagClassName
{
border-color: #A1503C;
}
</style>