Shades of Orange Roughy #A1503D
Tints of Orange Roughy #A1503D
RGB
CMYK
RGB Variations
Color information
#A1503D (or 0xA1503D) is known color: Orange Roughy. HEX triplet: A1, 50 and 3D. RGB value is (161,80,61). Sum of RGB (Red+Green+Blue) = 161+80+61=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1503D is #5EAFC2. Grayscale: #666666. Windows color (decimal): -6205379 or 4018337. OLE color: 4018337.
HSL color Cylindrical-coordinate representation of color #A1503D: hue angle of 11.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1503D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 61 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.37 |
| HSL | 11.4º | 0.45% | 0.44% | - |
| HSV(B) | 11.4º | 0.62% | 0.63% | - |
| XYZ | 18.41 | 13.65 | 6.08 | - |
| YUV | 102.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 61 | 0 | 0.50 | 0.62 | 0.37 | 11.4 | 0.45 | 0.44 |
| Hex | A1 | 50 | 3D | 0 | 32 | 3E | 25 | B | 2D | 2C |
| Octal | 241 | 120 | 75 | 0 | 62 | 76 | 45 | 13 | 55 | 54 |
| Binary | 10100001 | 1010000 | 111101 | 0 | 110010 | 111110 | 100101 | 1011 | 101101 | 101100 |
Color Harmonies of #A1503D
Complementary color
Monochromatic Colors of #A1503D
Black with #A1503D
Text Example
Text Example
White with #A1503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1503D; }
p { color: rgb(161,80,61); }
H1.HeaderClassName
{
color: #A1503D;
}
.AnyTagClassName
{
color: #A1503D;
}
</style>
background-color css
<style>
a { background-color: #A1503D; }
a { background-color: rgb(161,80,61); }
div.DivClassName
{
background-color: #A1503D;
}
.BgClassName
{
background-color: #A1503D;
}
</style>
border-color css
<style>
span { border-color: #A1503D; }
span { border-color: rgb(161,80,61); }
td.TdClassName
{
border-color: #A1503D;
}
.TagClassName
{
border-color: #A1503D;
}
</style>