Shades of Orange Roughy #AE573A
Tints of Orange Roughy #AE573A
RGB
CMYK
RGB Variations
Color information
#AE573A (or 0xAE573A) is known color: Orange Roughy. HEX triplet: AE, 57 and 3A. RGB value is (174,87,58). Sum of RGB (Red+Green+Blue) = 174+87+58=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE573A is #51A8C5. Grayscale: #6D6D6D. Windows color (decimal): -5351622 or 3823534. OLE color: 3823534.
HSL color Cylindrical-coordinate representation of color #AE573A: hue angle of 15º degrees, saturation: 0.5, 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 #AE573A is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 87 | 58 | - |
| CMYK | 0 | 0.5 | 0.67 | 0.32 |
| HSL | 15º | 0.5% | 0.45% | - |
| HSV(B) | 15º | 0.67% | 0.68% | - |
| XYZ | 21.63 | 16.12 | 5.97 | - |
| YUV | 109.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 58 | 0 | 0.5 | 0.67 | 0.32 | 15 | 0.5 | 0.45 |
| Hex | AE | 57 | 3A | 0 | 32 | 43 | 20 | F | 32 | 2D |
| Octal | 256 | 127 | 72 | 0 | 62 | 103 | 40 | 17 | 62 | 55 |
| Binary | 10101110 | 1010111 | 111010 | 0 | 110010 | 1000011 | 100000 | 1111 | 110010 | 101101 |
Color Harmonies of #AE573A
Complementary color
Monochromatic Colors of #AE573A
Black with #AE573A
Text Example
Text Example
White with #AE573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE573A; }
p { color: rgb(174,87,58); }
H1.HeaderClassName
{
color: #AE573A;
}
.AnyTagClassName
{
color: #AE573A;
}
</style>
background-color css
<style>
a { background-color: #AE573A; }
a { background-color: rgb(174,87,58); }
div.DivClassName
{
background-color: #AE573A;
}
.BgClassName
{
background-color: #AE573A;
}
</style>
border-color css
<style>
span { border-color: #AE573A; }
span { border-color: rgb(174,87,58); }
td.TdClassName
{
border-color: #AE573A;
}
.TagClassName
{
border-color: #AE573A;
}
</style>