Shades of Orange Roughy #A85436
Tints of Orange Roughy #A85436
RGB
CMYK
RGB Variations
Color information
#A85436 (or 0xA85436) is known color: Orange Roughy. HEX triplet: A8, 54 and 36. RGB value is (168,84,54). Sum of RGB (Red+Green+Blue) = 168+84+54=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85436 is #57ABC9. Grayscale: #696969. Windows color (decimal): -5745610 or 3560616. OLE color: 3560616.
HSL color Cylindrical-coordinate representation of color #A85436: hue angle of 15.79º 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 #A85436 is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 54 | - |
| CMYK | 0 | 0.5 | 0.68 | 0.34 |
| HSL | 15.79º | 0.51% | 0.44% | - |
| HSV(B) | 15.79º | 0.68% | 0.66% | - |
| XYZ | 19.98 | 14.93 | 5.32 | - |
| YUV | 105.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 54 | 0 | 0.5 | 0.68 | 0.34 | 15.79 | 0.51 | 0.44 |
| Hex | A8 | 54 | 36 | 0 | 32 | 44 | 22 | 10 | 33 | 2C |
| Octal | 250 | 124 | 66 | 0 | 62 | 104 | 42 | 20 | 63 | 54 |
| Binary | 10101000 | 1010100 | 110110 | 0 | 110010 | 1000100 | 100010 | 10000 | 110011 | 101100 |
Color Harmonies of #A85436
Complementary color
Monochromatic Colors of #A85436
Black with #A85436
Text Example
Text Example
White with #A85436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85436; }
p { color: rgb(168,84,54); }
H1.HeaderClassName
{
color: #A85436;
}
.AnyTagClassName
{
color: #A85436;
}
</style>
background-color css
<style>
a { background-color: #A85436; }
a { background-color: rgb(168,84,54); }
div.DivClassName
{
background-color: #A85436;
}
.BgClassName
{
background-color: #A85436;
}
</style>
border-color css
<style>
span { border-color: #A85436; }
span { border-color: rgb(168,84,54); }
td.TdClassName
{
border-color: #A85436;
}
.TagClassName
{
border-color: #A85436;
}
</style>