Shades of Orange Roughy #AE5037
Tints of Orange Roughy #AE5037
RGB
CMYK
RGB Variations
Color information
#AE5037 (or 0xAE5037) is known color: Orange Roughy. HEX triplet: AE, 50 and 37. RGB value is (174,80,55). Sum of RGB (Red+Green+Blue) = 174+80+55=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5037 is #51AFC8. Grayscale: #696969. Windows color (decimal): -5353417 or 3625134. OLE color: 3625134.
HSL color Cylindrical-coordinate representation of color #AE5037: hue angle of 12.61º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE5037 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 55 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.32 |
| HSL | 12.61º | 0.52% | 0.45% | - |
| HSV(B) | 12.61º | 0.68% | 0.68% | - |
| XYZ | 21.01 | 15.01 | 5.4 | - |
| YUV | 105.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 55 | 0 | 0.54 | 0.68 | 0.32 | 12.61 | 0.52 | 0.45 |
| Hex | AE | 50 | 37 | 0 | 36 | 44 | 20 | D | 34 | 2D |
| Octal | 256 | 120 | 67 | 0 | 66 | 104 | 40 | 15 | 64 | 55 |
| Binary | 10101110 | 1010000 | 110111 | 0 | 110110 | 1000100 | 100000 | 1101 | 110100 | 101101 |
Color Harmonies of #AE5037
Complementary color
Monochromatic Colors of #AE5037
Black with #AE5037
Text Example
Text Example
White with #AE5037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5037; }
p { color: rgb(174,80,55); }
H1.HeaderClassName
{
color: #AE5037;
}
.AnyTagClassName
{
color: #AE5037;
}
</style>
background-color css
<style>
a { background-color: #AE5037; }
a { background-color: rgb(174,80,55); }
div.DivClassName
{
background-color: #AE5037;
}
.BgClassName
{
background-color: #AE5037;
}
</style>
border-color css
<style>
span { border-color: #AE5037; }
span { border-color: rgb(174,80,55); }
td.TdClassName
{
border-color: #AE5037;
}
.TagClassName
{
border-color: #AE5037;
}
</style>