Shades of Orange Roughy #A85638
Tints of Orange Roughy #A85638
RGB
CMYK
RGB Variations
Color information
#A85638 (or 0xA85638) is known color: Orange Roughy. HEX triplet: A8, 56 and 38. RGB value is (168,86,56). Sum of RGB (Red+Green+Blue) = 168+86+56=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A85638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85638 is #57A9C7. Grayscale: #6B6B6B. Windows color (decimal): -5745096 or 3692200. OLE color: 3692200.
HSL color Cylindrical-coordinate representation of color #A85638: hue angle of 16.07º 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 #A85638 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 56 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.34 |
| HSL | 16.07º | 0.5% | 0.44% | - |
| HSV(B) | 16.07º | 0.67% | 0.66% | - |
| XYZ | 20.19 | 15.27 | 5.62 | - |
| YUV | 107.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 56 | 0 | 0.49 | 0.67 | 0.34 | 16.07 | 0.5 | 0.44 |
| Hex | A8 | 56 | 38 | 0 | 31 | 43 | 22 | 10 | 32 | 2C |
| Octal | 250 | 126 | 70 | 0 | 61 | 103 | 42 | 20 | 62 | 54 |
| Binary | 10101000 | 1010110 | 111000 | 0 | 110001 | 1000011 | 100010 | 10000 | 110010 | 101100 |
Color Harmonies of #A85638
Complementary color
Monochromatic Colors of #A85638
Black with #A85638
Text Example
Text Example
White with #A85638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85638; }
p { color: rgb(168,86,56); }
H1.HeaderClassName
{
color: #A85638;
}
.AnyTagClassName
{
color: #A85638;
}
</style>
background-color css
<style>
a { background-color: #A85638; }
a { background-color: rgb(168,86,56); }
div.DivClassName
{
background-color: #A85638;
}
.BgClassName
{
background-color: #A85638;
}
</style>
border-color css
<style>
span { border-color: #A85638; }
span { border-color: rgb(168,86,56); }
td.TdClassName
{
border-color: #A85638;
}
.TagClassName
{
border-color: #A85638;
}
</style>