Shades of Orange Roughy #A15239
Tints of Orange Roughy #A15239
RGB
CMYK
RGB Variations
Color information
#A15239 (or 0xA15239) is known color: Orange Roughy. HEX triplet: A1, 52 and 39. RGB value is (161,82,57). Sum of RGB (Red+Green+Blue) = 161+82+57=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A15239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15239 is #5EADC6. Grayscale: #666666. Windows color (decimal): -6204871 or 3756705. OLE color: 3756705.
HSL color Cylindrical-coordinate representation of color #A15239: hue angle of 14.42º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A15239 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 57 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.37 |
| HSL | 14.42º | 0.48% | 0.43% | - |
| HSV(B) | 14.42º | 0.65% | 0.63% | - |
| XYZ | 18.45 | 13.91 | 5.58 | - |
| YUV | 102.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 57 | 0 | 0.49 | 0.65 | 0.37 | 14.42 | 0.48 | 0.43 |
| Hex | A1 | 52 | 39 | 0 | 31 | 41 | 25 | E | 30 | 2B |
| Octal | 241 | 122 | 71 | 0 | 61 | 101 | 45 | 16 | 60 | 53 |
| Binary | 10100001 | 1010010 | 111001 | 0 | 110001 | 1000001 | 100101 | 1110 | 110000 | 101011 |
Color Harmonies of #A15239
Complementary color
Monochromatic Colors of #A15239
Black with #A15239
Text Example
Text Example
White with #A15239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15239; }
p { color: rgb(161,82,57); }
H1.HeaderClassName
{
color: #A15239;
}
.AnyTagClassName
{
color: #A15239;
}
</style>
background-color css
<style>
a { background-color: #A15239; }
a { background-color: rgb(161,82,57); }
div.DivClassName
{
background-color: #A15239;
}
.BgClassName
{
background-color: #A15239;
}
</style>
border-color css
<style>
span { border-color: #A15239; }
span { border-color: rgb(161,82,57); }
td.TdClassName
{
border-color: #A15239;
}
.TagClassName
{
border-color: #A15239;
}
</style>