Shades of Orange Roughy #A85036
Tints of Orange Roughy #A85036
RGB
CMYK
RGB Variations
Color information
#A85036 (or 0xA85036) is known color: Orange Roughy. HEX triplet: A8, 50 and 36. RGB value is (168,80,54). Sum of RGB (Red+Green+Blue) = 168+80+54=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A85036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85036 is #57AFC9. Grayscale: #676767. Windows color (decimal): -5746634 or 3559592. OLE color: 3559592.
HSL color Cylindrical-coordinate representation of color #A85036: hue angle of 13.68º 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 #A85036 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 54 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.34 |
| HSL | 13.68º | 0.51% | 0.44% | - |
| HSV(B) | 13.68º | 0.68% | 0.66% | - |
| XYZ | 19.68 | 14.33 | 5.22 | - |
| YUV | 103.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 54 | 0 | 0.52 | 0.68 | 0.34 | 13.68 | 0.51 | 0.44 |
| Hex | A8 | 50 | 36 | 0 | 34 | 44 | 22 | E | 33 | 2C |
| Octal | 250 | 120 | 66 | 0 | 64 | 104 | 42 | 16 | 63 | 54 |
| Binary | 10101000 | 1010000 | 110110 | 0 | 110100 | 1000100 | 100010 | 1110 | 110011 | 101100 |
Color Harmonies of #A85036
Complementary color
Monochromatic Colors of #A85036
Black with #A85036
Text Example
Text Example
White with #A85036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85036; }
p { color: rgb(168,80,54); }
H1.HeaderClassName
{
color: #A85036;
}
.AnyTagClassName
{
color: #A85036;
}
</style>
background-color css
<style>
a { background-color: #A85036; }
a { background-color: rgb(168,80,54); }
div.DivClassName
{
background-color: #A85036;
}
.BgClassName
{
background-color: #A85036;
}
</style>
border-color css
<style>
span { border-color: #A85036; }
span { border-color: rgb(168,80,54); }
td.TdClassName
{
border-color: #A85036;
}
.TagClassName
{
border-color: #A85036;
}
</style>