Shades of Orange Roughy #A1503A
Tints of Orange Roughy #A1503A
RGB
CMYK
RGB Variations
Color information
#A1503A (or 0xA1503A) is known color: Orange Roughy. HEX triplet: A1, 50 and 3A. RGB value is (161,80,58). Sum of RGB (Red+Green+Blue) = 161+80+58=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A1503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1503A is #5EAFC5. Grayscale: #656565. Windows color (decimal): -6205382 or 3821729. OLE color: 3821729.
HSL color Cylindrical-coordinate representation of color #A1503A: hue angle of 12.82º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1503A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 58 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.37 |
| HSL | 12.82º | 0.47% | 0.43% | - |
| HSV(B) | 12.82º | 0.64% | 0.63% | - |
| XYZ | 18.33 | 13.62 | 5.67 | - |
| YUV | 101.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 58 | 0 | 0.50 | 0.64 | 0.37 | 12.82 | 0.47 | 0.43 |
| Hex | A1 | 50 | 3A | 0 | 32 | 40 | 25 | D | 2F | 2B |
| Octal | 241 | 120 | 72 | 0 | 62 | 100 | 45 | 15 | 57 | 53 |
| Binary | 10100001 | 1010000 | 111010 | 0 | 110010 | 1000000 | 100101 | 1101 | 101111 | 101011 |
Color Harmonies of #A1503A
Complementary color
Monochromatic Colors of #A1503A
Black with #A1503A
Text Example
Text Example
White with #A1503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1503A; }
p { color: rgb(161,80,58); }
H1.HeaderClassName
{
color: #A1503A;
}
.AnyTagClassName
{
color: #A1503A;
}
</style>
background-color css
<style>
a { background-color: #A1503A; }
a { background-color: rgb(161,80,58); }
div.DivClassName
{
background-color: #A1503A;
}
.BgClassName
{
background-color: #A1503A;
}
</style>
border-color css
<style>
span { border-color: #A1503A; }
span { border-color: rgb(161,80,58); }
td.TdClassName
{
border-color: #A1503A;
}
.TagClassName
{
border-color: #A1503A;
}
</style>