Shades of Orange Roughy #A85637
Tints of Orange Roughy #A85637
RGB
CMYK
RGB Variations
Color information
#A85637 (or 0xA85637) is known color: Orange Roughy. HEX triplet: A8, 56 and 37. RGB value is (168,86,55). Sum of RGB (Red+Green+Blue) = 168+86+55=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A85637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85637 is #57A9C8. Grayscale: #6B6B6B. Windows color (decimal): -5745097 or 3626664. OLE color: 3626664.
HSL color Cylindrical-coordinate representation of color #A85637: hue angle of 16.46º degrees, saturation: 0.51, 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 #A85637 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 55 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.34 |
| HSL | 16.46º | 0.51% | 0.44% | - |
| HSV(B) | 16.46º | 0.67% | 0.66% | - |
| XYZ | 20.17 | 15.26 | 5.5 | - |
| YUV | 106.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 55 | 0 | 0.49 | 0.67 | 0.34 | 16.46 | 0.51 | 0.44 |
| Hex | A8 | 56 | 37 | 0 | 31 | 43 | 22 | 10 | 33 | 2C |
| Octal | 250 | 126 | 67 | 0 | 61 | 103 | 42 | 20 | 63 | 54 |
| Binary | 10101000 | 1010110 | 110111 | 0 | 110001 | 1000011 | 100010 | 10000 | 110011 | 101100 |
Color Harmonies of #A85637
Complementary color
Monochromatic Colors of #A85637
Black with #A85637
Text Example
Text Example
White with #A85637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85637; }
p { color: rgb(168,86,55); }
H1.HeaderClassName
{
color: #A85637;
}
.AnyTagClassName
{
color: #A85637;
}
</style>
background-color css
<style>
a { background-color: #A85637; }
a { background-color: rgb(168,86,55); }
div.DivClassName
{
background-color: #A85637;
}
.BgClassName
{
background-color: #A85637;
}
</style>
border-color css
<style>
span { border-color: #A85637; }
span { border-color: rgb(168,86,55); }
td.TdClassName
{
border-color: #A85637;
}
.TagClassName
{
border-color: #A85637;
}
</style>