Shades of Orange Roughy #AA543C
Tints of Orange Roughy #AA543C
RGB
CMYK
RGB Variations
Color information
#AA543C (or 0xAA543C) is known color: Orange Roughy. HEX triplet: AA, 54 and 3C. RGB value is (170,84,60). Sum of RGB (Red+Green+Blue) = 170+84+60=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA543C is #55ABC3. Grayscale: #6B6B6B. Windows color (decimal): -5614532 or 3953834. OLE color: 3953834.
HSL color Cylindrical-coordinate representation of color #AA543C: hue angle of 13.09º 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 #AA543C is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 60 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.33 |
| HSL | 13.09º | 0.48% | 0.45% | - |
| HSV(B) | 13.09º | 0.65% | 0.67% | - |
| XYZ | 20.56 | 15.21 | 6.13 | - |
| YUV | 106.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 60 | 0 | 0.51 | 0.65 | 0.33 | 13.09 | 0.48 | 0.45 |
| Hex | AA | 54 | 3C | 0 | 33 | 41 | 21 | D | 30 | 2D |
| Octal | 252 | 124 | 74 | 0 | 63 | 101 | 41 | 15 | 60 | 55 |
| Binary | 10101010 | 1010100 | 111100 | 0 | 110011 | 1000001 | 100001 | 1101 | 110000 | 101101 |
Color Harmonies of #AA543C
Complementary color
Monochromatic Colors of #AA543C
Black with #AA543C
Text Example
Text Example
White with #AA543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA543C; }
p { color: rgb(170,84,60); }
H1.HeaderClassName
{
color: #AA543C;
}
.AnyTagClassName
{
color: #AA543C;
}
</style>
background-color css
<style>
a { background-color: #AA543C; }
a { background-color: rgb(170,84,60); }
div.DivClassName
{
background-color: #AA543C;
}
.BgClassName
{
background-color: #AA543C;
}
</style>
border-color css
<style>
span { border-color: #AA543C; }
span { border-color: rgb(170,84,60); }
td.TdClassName
{
border-color: #AA543C;
}
.TagClassName
{
border-color: #AA543C;
}
</style>