Shades of Orange Roughy #A85133
Tints of Orange Roughy #A85133
RGB
CMYK
RGB Variations
Color information
#A85133 (or 0xA85133) is known color: Orange Roughy. HEX triplet: A8, 51 and 33. RGB value is (168,81,51). Sum of RGB (Red+Green+Blue) = 168+81+51=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A85133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85133 is #57AECC. Grayscale: #676767. Windows color (decimal): -5746381 or 3363240. OLE color: 3363240.
HSL color Cylindrical-coordinate representation of color #A85133: hue angle of 15.38º 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 #A85133 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 51 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.34 |
| HSL | 15.38º | 0.53% | 0.43% | - |
| HSV(B) | 15.38º | 0.7% | 0.66% | - |
| XYZ | 19.69 | 14.45 | 4.88 | - |
| YUV | 103.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 51 | 0 | 0.52 | 0.70 | 0.34 | 15.38 | 0.53 | 0.43 |
| Hex | A8 | 51 | 33 | 0 | 34 | 46 | 22 | F | 35 | 2B |
| Octal | 250 | 121 | 63 | 0 | 64 | 106 | 42 | 17 | 65 | 53 |
| Binary | 10101000 | 1010001 | 110011 | 0 | 110100 | 1000110 | 100010 | 1111 | 110101 | 101011 |
Color Harmonies of #A85133
Complementary color
Monochromatic Colors of #A85133
Black with #A85133
Text Example
Text Example
White with #A85133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85133; }
p { color: rgb(168,81,51); }
H1.HeaderClassName
{
color: #A85133;
}
.AnyTagClassName
{
color: #A85133;
}
</style>
background-color css
<style>
a { background-color: #A85133; }
a { background-color: rgb(168,81,51); }
div.DivClassName
{
background-color: #A85133;
}
.BgClassName
{
background-color: #A85133;
}
</style>
border-color css
<style>
span { border-color: #A85133; }
span { border-color: rgb(168,81,51); }
td.TdClassName
{
border-color: #A85133;
}
.TagClassName
{
border-color: #A85133;
}
</style>