Shades of Orange Roughy #A85033
Tints of Orange Roughy #A85033
RGB
CMYK
RGB Variations
Color information
#A85033 (or 0xA85033) is known color: Orange Roughy. HEX triplet: A8, 50 and 33. RGB value is (168,80,51). Sum of RGB (Red+Green+Blue) = 168+80+51=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A85033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85033 is #57AFCC. Grayscale: #676767. Windows color (decimal): -5746637 or 3362984. OLE color: 3362984.
HSL color Cylindrical-coordinate representation of color #A85033: hue angle of 14.87º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A85033 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 51 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.34 |
| HSL | 14.87º | 0.53% | 0.43% | - |
| HSV(B) | 14.87º | 0.7% | 0.66% | - |
| XYZ | 19.61 | 14.3 | 4.86 | - |
| YUV | 103.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 51 | 0 | 0.52 | 0.70 | 0.34 | 14.87 | 0.53 | 0.43 |
| Hex | A8 | 50 | 33 | 0 | 34 | 46 | 22 | F | 35 | 2B |
| Octal | 250 | 120 | 63 | 0 | 64 | 106 | 42 | 17 | 65 | 53 |
| Binary | 10101000 | 1010000 | 110011 | 0 | 110100 | 1000110 | 100010 | 1111 | 110101 | 101011 |
Color Harmonies of #A85033
Complementary color
Monochromatic Colors of #A85033
Black with #A85033
Text Example
Text Example
White with #A85033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85033; }
p { color: rgb(168,80,51); }
H1.HeaderClassName
{
color: #A85033;
}
.AnyTagClassName
{
color: #A85033;
}
</style>
background-color css
<style>
a { background-color: #A85033; }
a { background-color: rgb(168,80,51); }
div.DivClassName
{
background-color: #A85033;
}
.BgClassName
{
background-color: #A85033;
}
</style>
border-color css
<style>
span { border-color: #A85033; }
span { border-color: rgb(168,80,51); }
td.TdClassName
{
border-color: #A85033;
}
.TagClassName
{
border-color: #A85033;
}
</style>