Shades of Orange Roughy #AA543B
Tints of Orange Roughy #AA543B
RGB
CMYK
RGB Variations
Color information
#AA543B (or 0xAA543B) is known color: Orange Roughy. HEX triplet: AA, 54 and 3B. RGB value is (170,84,59). Sum of RGB (Red+Green+Blue) = 170+84+59=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA543B is #55ABC4. Grayscale: #6B6B6B. Windows color (decimal): -5614533 or 3888298. OLE color: 3888298.
HSL color Cylindrical-coordinate representation of color #AA543B: hue angle of 13.51º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA543B is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 59 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.33 |
| HSL | 13.51º | 0.48% | 0.45% | - |
| HSV(B) | 13.51º | 0.65% | 0.67% | - |
| XYZ | 20.54 | 15.2 | 5.99 | - |
| YUV | 106.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 59 | 0 | 0.51 | 0.65 | 0.33 | 13.51 | 0.48 | 0.45 |
| Hex | AA | 54 | 3B | 0 | 33 | 41 | 21 | E | 30 | 2D |
| Octal | 252 | 124 | 73 | 0 | 63 | 101 | 41 | 16 | 60 | 55 |
| Binary | 10101010 | 1010100 | 111011 | 0 | 110011 | 1000001 | 100001 | 1110 | 110000 | 101101 |
Color Harmonies of #AA543B
Complementary color
Monochromatic Colors of #AA543B
Black with #AA543B
Text Example
Text Example
White with #AA543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA543B; }
p { color: rgb(170,84,59); }
H1.HeaderClassName
{
color: #AA543B;
}
.AnyTagClassName
{
color: #AA543B;
}
</style>
background-color css
<style>
a { background-color: #AA543B; }
a { background-color: rgb(170,84,59); }
div.DivClassName
{
background-color: #AA543B;
}
.BgClassName
{
background-color: #AA543B;
}
</style>
border-color css
<style>
span { border-color: #AA543B; }
span { border-color: rgb(170,84,59); }
td.TdClassName
{
border-color: #AA543B;
}
.TagClassName
{
border-color: #AA543B;
}
</style>