Shades of Orange Roughy #A1513D
Tints of Orange Roughy #A1513D
RGB
CMYK
RGB Variations
Color information
#A1513D (or 0xA1513D) is known color: Orange Roughy. HEX triplet: A1, 51 and 3D. RGB value is (161,81,61). Sum of RGB (Red+Green+Blue) = 161+81+61=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1513D is #5EAEC2. Grayscale: #666666. Windows color (decimal): -6205123 or 4018593. OLE color: 4018593.
HSL color Cylindrical-coordinate representation of color #A1513D: hue angle of 12º 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 #A1513D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 61 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.37 |
| HSL | 12º | 0.45% | 0.44% | - |
| HSV(B) | 12º | 0.62% | 0.63% | - |
| XYZ | 18.48 | 13.8 | 6.1 | - |
| YUV | 102.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 61 | 0 | 0.50 | 0.62 | 0.37 | 12 | 0.45 | 0.44 |
| Hex | A1 | 51 | 3D | 0 | 32 | 3E | 25 | C | 2D | 2C |
| Octal | 241 | 121 | 75 | 0 | 62 | 76 | 45 | 14 | 55 | 54 |
| Binary | 10100001 | 1010001 | 111101 | 0 | 110010 | 111110 | 100101 | 1100 | 101101 | 101100 |
Color Harmonies of #A1513D
Complementary color
Monochromatic Colors of #A1513D
Black with #A1513D
Text Example
Text Example
White with #A1513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1513D; }
p { color: rgb(161,81,61); }
H1.HeaderClassName
{
color: #A1513D;
}
.AnyTagClassName
{
color: #A1513D;
}
</style>
background-color css
<style>
a { background-color: #A1513D; }
a { background-color: rgb(161,81,61); }
div.DivClassName
{
background-color: #A1513D;
}
.BgClassName
{
background-color: #A1513D;
}
</style>
border-color css
<style>
span { border-color: #A1513D; }
span { border-color: rgb(161,81,61); }
td.TdClassName
{
border-color: #A1513D;
}
.TagClassName
{
border-color: #A1513D;
}
</style>