Shades of Orange Roughy #AE5839
Tints of Orange Roughy #AE5839
RGB
CMYK
RGB Variations
Color information
#AE5839 (or 0xAE5839) is known color: Orange Roughy. HEX triplet: AE, 58 and 39. RGB value is (174,88,57). Sum of RGB (Red+Green+Blue) = 174+88+57=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5839 is #51A7C6. Grayscale: #6E6E6E. Windows color (decimal): -5351367 or 3758254. OLE color: 3758254.
HSL color Cylindrical-coordinate representation of color #AE5839: hue angle of 15.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE5839 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 88 | 57 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.32 |
| HSL | 15.9º | 0.51% | 0.45% | - |
| HSV(B) | 15.9º | 0.67% | 0.68% | - |
| XYZ | 21.68 | 16.27 | 5.87 | - |
| YUV | 110.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 88 | 57 | 0 | 0.49 | 0.67 | 0.32 | 15.9 | 0.51 | 0.45 |
| Hex | AE | 58 | 39 | 0 | 31 | 43 | 20 | 10 | 33 | 2D |
| Octal | 256 | 130 | 71 | 0 | 61 | 103 | 40 | 20 | 63 | 55 |
| Binary | 10101110 | 1011000 | 111001 | 0 | 110001 | 1000011 | 100000 | 10000 | 110011 | 101101 |
Color Harmonies of #AE5839
Complementary color
Monochromatic Colors of #AE5839
Black with #AE5839
Text Example
Text Example
White with #AE5839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5839; }
p { color: rgb(174,88,57); }
H1.HeaderClassName
{
color: #AE5839;
}
.AnyTagClassName
{
color: #AE5839;
}
</style>
background-color css
<style>
a { background-color: #AE5839; }
a { background-color: rgb(174,88,57); }
div.DivClassName
{
background-color: #AE5839;
}
.BgClassName
{
background-color: #AE5839;
}
</style>
border-color css
<style>
span { border-color: #AE5839; }
span { border-color: rgb(174,88,57); }
td.TdClassName
{
border-color: #AE5839;
}
.TagClassName
{
border-color: #AE5839;
}
</style>