Shades of Orange Roughy #A85439
Tints of Orange Roughy #A85439
RGB
CMYK
RGB Variations
Color information
#A85439 (or 0xA85439) is known color: Orange Roughy. HEX triplet: A8, 54 and 39. RGB value is (168,84,57). Sum of RGB (Red+Green+Blue) = 168+84+57=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A85439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85439 is #57ABC6. Grayscale: #6A6A6A. Windows color (decimal): -5745607 or 3757224. OLE color: 3757224.
HSL color Cylindrical-coordinate representation of color #A85439: hue angle of 14.59º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A85439 is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 57 | - |
| CMYK | 0 | 0.5 | 0.66 | 0.34 |
| HSL | 14.59º | 0.49% | 0.44% | - |
| HSV(B) | 14.59º | 0.66% | 0.66% | - |
| XYZ | 20.06 | 14.96 | 5.7 | - |
| YUV | 106.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 57 | 0 | 0.5 | 0.66 | 0.34 | 14.59 | 0.49 | 0.44 |
| Hex | A8 | 54 | 39 | 0 | 32 | 42 | 22 | F | 31 | 2C |
| Octal | 250 | 124 | 71 | 0 | 62 | 102 | 42 | 17 | 61 | 54 |
| Binary | 10101000 | 1010100 | 111001 | 0 | 110010 | 1000010 | 100010 | 1111 | 110001 | 101100 |
Color Harmonies of #A85439
Complementary color
Monochromatic Colors of #A85439
Black with #A85439
Text Example
Text Example
White with #A85439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85439; }
p { color: rgb(168,84,57); }
H1.HeaderClassName
{
color: #A85439;
}
.AnyTagClassName
{
color: #A85439;
}
</style>
background-color css
<style>
a { background-color: #A85439; }
a { background-color: rgb(168,84,57); }
div.DivClassName
{
background-color: #A85439;
}
.BgClassName
{
background-color: #A85439;
}
</style>
border-color css
<style>
span { border-color: #A85439; }
span { border-color: rgb(168,84,57); }
td.TdClassName
{
border-color: #A85439;
}
.TagClassName
{
border-color: #A85439;
}
</style>