Shades of Orange Roughy #AE543B
Tints of Orange Roughy #AE543B
RGB
CMYK
RGB Variations
Color information
#AE543B (or 0xAE543B) is known color: Orange Roughy. HEX triplet: AE, 54 and 3B. RGB value is (174,84,59). Sum of RGB (Red+Green+Blue) = 174+84+59=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE543B is #51ABC4. Grayscale: #6C6C6C. Windows color (decimal): -5352389 or 3888302. OLE color: 3888302.
HSL color Cylindrical-coordinate representation of color #AE543B: hue angle of 13.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE543B is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 59 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.32 |
| HSL | 13.04º | 0.49% | 0.46% | - |
| HSV(B) | 13.04º | 0.66% | 0.68% | - |
| XYZ | 21.42 | 15.66 | 6.03 | - |
| YUV | 108.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 59 | 0 | 0.52 | 0.66 | 0.32 | 13.04 | 0.49 | 0.46 |
| Hex | AE | 54 | 3B | 0 | 34 | 42 | 20 | D | 31 | 2E |
| Octal | 256 | 124 | 73 | 0 | 64 | 102 | 40 | 15 | 61 | 56 |
| Binary | 10101110 | 1010100 | 111011 | 0 | 110100 | 1000010 | 100000 | 1101 | 110001 | 101110 |
Color Harmonies of #AE543B
Complementary color
Monochromatic Colors of #AE543B
Black with #AE543B
Text Example
Text Example
White with #AE543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE543B; }
p { color: rgb(174,84,59); }
H1.HeaderClassName
{
color: #AE543B;
}
.AnyTagClassName
{
color: #AE543B;
}
</style>
background-color css
<style>
a { background-color: #AE543B; }
a { background-color: rgb(174,84,59); }
div.DivClassName
{
background-color: #AE543B;
}
.BgClassName
{
background-color: #AE543B;
}
</style>
border-color css
<style>
span { border-color: #AE543B; }
span { border-color: rgb(174,84,59); }
td.TdClassName
{
border-color: #AE543B;
}
.TagClassName
{
border-color: #AE543B;
}
</style>