Shades of Orange Roughy #A85236
Tints of Orange Roughy #A85236
RGB
CMYK
RGB Variations
Color information
#A85236 (or 0xA85236) is known color: Orange Roughy. HEX triplet: A8, 52 and 36. RGB value is (168,82,54). Sum of RGB (Red+Green+Blue) = 168+82+54=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A85236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85236 is #57ADC9. Grayscale: #686868. Windows color (decimal): -5746122 or 3560104. OLE color: 3560104.
HSL color Cylindrical-coordinate representation of color #A85236: hue angle of 14.74º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A85236 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 54 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.34 |
| HSL | 14.74º | 0.51% | 0.44% | - |
| HSV(B) | 14.74º | 0.68% | 0.66% | - |
| XYZ | 19.83 | 14.63 | 5.27 | - |
| YUV | 104.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 54 | 0 | 0.51 | 0.68 | 0.34 | 14.74 | 0.51 | 0.44 |
| Hex | A8 | 52 | 36 | 0 | 33 | 44 | 22 | F | 33 | 2C |
| Octal | 250 | 122 | 66 | 0 | 63 | 104 | 42 | 17 | 63 | 54 |
| Binary | 10101000 | 1010010 | 110110 | 0 | 110011 | 1000100 | 100010 | 1111 | 110011 | 101100 |
Color Harmonies of #A85236
Complementary color
Monochromatic Colors of #A85236
Black with #A85236
Text Example
Text Example
White with #A85236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85236; }
p { color: rgb(168,82,54); }
H1.HeaderClassName
{
color: #A85236;
}
.AnyTagClassName
{
color: #A85236;
}
</style>
background-color css
<style>
a { background-color: #A85236; }
a { background-color: rgb(168,82,54); }
div.DivClassName
{
background-color: #A85236;
}
.BgClassName
{
background-color: #A85236;
}
</style>
border-color css
<style>
span { border-color: #A85236; }
span { border-color: rgb(168,82,54); }
td.TdClassName
{
border-color: #A85236;
}
.TagClassName
{
border-color: #A85236;
}
</style>