Shades of Orange Roughy #A2513A
Tints of Orange Roughy #A2513A
RGB
CMYK
RGB Variations
Color information
#A2513A (or 0xA2513A) is known color: Orange Roughy. HEX triplet: A2, 51 and 3A. RGB value is (162,81,58). Sum of RGB (Red+Green+Blue) = 162+81+58=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A2513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2513A is #5DAEC5. Grayscale: #666666. Windows color (decimal): -6139590 or 3821986. OLE color: 3821986.
HSL color Cylindrical-coordinate representation of color #A2513A: hue angle of 13.27º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2513A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 58 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.36 |
| HSL | 13.27º | 0.47% | 0.43% | - |
| HSV(B) | 13.27º | 0.64% | 0.64% | - |
| XYZ | 18.61 | 13.87 | 5.7 | - |
| YUV | 102.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 58 | 0 | 0.50 | 0.64 | 0.36 | 13.27 | 0.47 | 0.43 |
| Hex | A2 | 51 | 3A | 0 | 32 | 40 | 24 | D | 2F | 2B |
| Octal | 242 | 121 | 72 | 0 | 62 | 100 | 44 | 15 | 57 | 53 |
| Binary | 10100010 | 1010001 | 111010 | 0 | 110010 | 1000000 | 100100 | 1101 | 101111 | 101011 |
Color Harmonies of #A2513A
Complementary color
Monochromatic Colors of #A2513A
Black with #A2513A
Text Example
Text Example
White with #A2513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2513A; }
p { color: rgb(162,81,58); }
H1.HeaderClassName
{
color: #A2513A;
}
.AnyTagClassName
{
color: #A2513A;
}
</style>
background-color css
<style>
a { background-color: #A2513A; }
a { background-color: rgb(162,81,58); }
div.DivClassName
{
background-color: #A2513A;
}
.BgClassName
{
background-color: #A2513A;
}
</style>
border-color css
<style>
span { border-color: #A2513A; }
span { border-color: rgb(162,81,58); }
td.TdClassName
{
border-color: #A2513A;
}
.TagClassName
{
border-color: #A2513A;
}
</style>