Shades of Orange Roughy #A0513D
Tints of Orange Roughy #A0513D
RGB
CMYK
RGB Variations
Color information
#A0513D (or 0xA0513D) is known color: Orange Roughy. HEX triplet: A0, 51 and 3D. RGB value is (160,81,61). Sum of RGB (Red+Green+Blue) = 160+81+61=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0513D is #5FAEC2. Grayscale: #666666. Windows color (decimal): -6270659 or 4018592. OLE color: 4018592.
HSL color Cylindrical-coordinate representation of color #A0513D: hue angle of 12.12º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0513D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 61 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.37 |
| HSL | 12.12º | 0.45% | 0.43% | - |
| HSV(B) | 12.12º | 0.62% | 0.63% | - |
| XYZ | 18.28 | 13.7 | 6.09 | - |
| YUV | 102.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 61 | 0 | 0.49 | 0.62 | 0.37 | 12.12 | 0.45 | 0.43 |
| Hex | A0 | 51 | 3D | 0 | 31 | 3E | 25 | C | 2D | 2B |
| Octal | 240 | 121 | 75 | 0 | 61 | 76 | 45 | 14 | 55 | 53 |
| Binary | 10100000 | 1010001 | 111101 | 0 | 110001 | 111110 | 100101 | 1100 | 101101 | 101011 |
Color Harmonies of #A0513D
Complementary color
Monochromatic Colors of #A0513D
Black with #A0513D
Text Example
Text Example
White with #A0513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0513D; }
p { color: rgb(160,81,61); }
H1.HeaderClassName
{
color: #A0513D;
}
.AnyTagClassName
{
color: #A0513D;
}
</style>
background-color css
<style>
a { background-color: #A0513D; }
a { background-color: rgb(160,81,61); }
div.DivClassName
{
background-color: #A0513D;
}
.BgClassName
{
background-color: #A0513D;
}
</style>
border-color css
<style>
span { border-color: #A0513D; }
span { border-color: rgb(160,81,61); }
td.TdClassName
{
border-color: #A0513D;
}
.TagClassName
{
border-color: #A0513D;
}
</style>