Shades of Orange Roughy #A84D38
Tints of Orange Roughy #A84D38
RGB
CMYK
RGB Variations
Color information
#A84D38 (or 0xA84D38) is known color: Orange Roughy. HEX triplet: A8, 4D and 38. RGB value is (168,77,56). Sum of RGB (Red+Green+Blue) = 168+77+56=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D38 is #57B2C7. Grayscale: #656565. Windows color (decimal): -5747400 or 3689896. OLE color: 3689896.
HSL color Cylindrical-coordinate representation of color #A84D38: hue angle of 11.25º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84D38 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 56 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.34 |
| HSL | 11.25º | 0.5% | 0.44% | - |
| HSV(B) | 11.25º | 0.67% | 0.66% | - |
| XYZ | 19.52 | 13.92 | 5.4 | - |
| YUV | 101.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 56 | 0 | 0.54 | 0.67 | 0.34 | 11.25 | 0.5 | 0.44 |
| Hex | A8 | 4D | 38 | 0 | 36 | 43 | 22 | B | 32 | 2C |
| Octal | 250 | 115 | 70 | 0 | 66 | 103 | 42 | 13 | 62 | 54 |
| Binary | 10101000 | 1001101 | 111000 | 0 | 110110 | 1000011 | 100010 | 1011 | 110010 | 101100 |
Color Harmonies of #A84D38
Complementary color
Monochromatic Colors of #A84D38
Black with #A84D38
Text Example
Text Example
White with #A84D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D38; }
p { color: rgb(168,77,56); }
H1.HeaderClassName
{
color: #A84D38;
}
.AnyTagClassName
{
color: #A84D38;
}
</style>
background-color css
<style>
a { background-color: #A84D38; }
a { background-color: rgb(168,77,56); }
div.DivClassName
{
background-color: #A84D38;
}
.BgClassName
{
background-color: #A84D38;
}
</style>
border-color css
<style>
span { border-color: #A84D38; }
span { border-color: rgb(168,77,56); }
td.TdClassName
{
border-color: #A84D38;
}
.TagClassName
{
border-color: #A84D38;
}
</style>