Shades of Orange Roughy #AE533A
Tints of Orange Roughy #AE533A
RGB
CMYK
RGB Variations
Color information
#AE533A (or 0xAE533A) is known color: Orange Roughy. HEX triplet: AE, 53 and 3A. RGB value is (174,83,58). Sum of RGB (Red+Green+Blue) = 174+83+58=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE533A is #51ACC5. Grayscale: #6B6B6B. Windows color (decimal): -5352646 or 3822510. OLE color: 3822510.
HSL color Cylindrical-coordinate representation of color #AE533A: hue angle of 12.93º 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 #AE533A is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 58 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.32 |
| HSL | 12.93º | 0.5% | 0.45% | - |
| HSV(B) | 12.93º | 0.67% | 0.68% | - |
| XYZ | 21.31 | 15.49 | 5.87 | - |
| YUV | 107.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 58 | 0 | 0.52 | 0.67 | 0.32 | 12.93 | 0.5 | 0.45 |
| Hex | AE | 53 | 3A | 0 | 34 | 43 | 20 | D | 32 | 2D |
| Octal | 256 | 123 | 72 | 0 | 64 | 103 | 40 | 15 | 62 | 55 |
| Binary | 10101110 | 1010011 | 111010 | 0 | 110100 | 1000011 | 100000 | 1101 | 110010 | 101101 |
Color Harmonies of #AE533A
Complementary color
Monochromatic Colors of #AE533A
Black with #AE533A
Text Example
Text Example
White with #AE533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE533A; }
p { color: rgb(174,83,58); }
H1.HeaderClassName
{
color: #AE533A;
}
.AnyTagClassName
{
color: #AE533A;
}
</style>
background-color css
<style>
a { background-color: #AE533A; }
a { background-color: rgb(174,83,58); }
div.DivClassName
{
background-color: #AE533A;
}
.BgClassName
{
background-color: #AE533A;
}
</style>
border-color css
<style>
span { border-color: #AE533A; }
span { border-color: rgb(174,83,58); }
td.TdClassName
{
border-color: #AE533A;
}
.TagClassName
{
border-color: #AE533A;
}
</style>