Shades of Orange Roughy #A25238
Tints of Orange Roughy #A25238
RGB
CMYK
RGB Variations
Color information
#A25238 (or 0xA25238) is known color: Orange Roughy. HEX triplet: A2, 52 and 38. RGB value is (162,82,56). Sum of RGB (Red+Green+Blue) = 162+82+56=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A25238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25238 is #5DADC7. Grayscale: #676767. Windows color (decimal): -6139336 or 3691170. OLE color: 3691170.
HSL color Cylindrical-coordinate representation of color #A25238: hue angle of 14.72º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A25238 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 56 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.36 |
| HSL | 14.72º | 0.49% | 0.43% | - |
| HSV(B) | 14.72º | 0.65% | 0.64% | - |
| XYZ | 18.63 | 14 | 5.46 | - |
| YUV | 102.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 56 | 0 | 0.49 | 0.65 | 0.36 | 14.72 | 0.49 | 0.43 |
| Hex | A2 | 52 | 38 | 0 | 31 | 41 | 24 | F | 31 | 2B |
| Octal | 242 | 122 | 70 | 0 | 61 | 101 | 44 | 17 | 61 | 53 |
| Binary | 10100010 | 1010010 | 111000 | 0 | 110001 | 1000001 | 100100 | 1111 | 110001 | 101011 |
Color Harmonies of #A25238
Complementary color
Monochromatic Colors of #A25238
Black with #A25238
Text Example
Text Example
White with #A25238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25238; }
p { color: rgb(162,82,56); }
H1.HeaderClassName
{
color: #A25238;
}
.AnyTagClassName
{
color: #A25238;
}
</style>
background-color css
<style>
a { background-color: #A25238; }
a { background-color: rgb(162,82,56); }
div.DivClassName
{
background-color: #A25238;
}
.BgClassName
{
background-color: #A25238;
}
</style>
border-color css
<style>
span { border-color: #A25238; }
span { border-color: rgb(162,82,56); }
td.TdClassName
{
border-color: #A25238;
}
.TagClassName
{
border-color: #A25238;
}
</style>