Shades of Orange Roughy #AA503C
Tints of Orange Roughy #AA503C
RGB
CMYK
RGB Variations
Color information
#AA503C (or 0xAA503C) is known color: Orange Roughy. HEX triplet: AA, 50 and 3C. RGB value is (170,80,60). Sum of RGB (Red+Green+Blue) = 170+80+60=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA503C is #55AFC3. Grayscale: #686868. Windows color (decimal): -5615556 or 3952810. OLE color: 3952810.
HSL color Cylindrical-coordinate representation of color #AA503C: hue angle of 10.91º 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 #AA503C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 60 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.33 |
| HSL | 10.91º | 0.48% | 0.45% | - |
| HSV(B) | 10.91º | 0.65% | 0.67% | - |
| XYZ | 20.26 | 14.61 | 6.03 | - |
| YUV | 104.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 60 | 0 | 0.53 | 0.65 | 0.33 | 10.91 | 0.48 | 0.45 |
| Hex | AA | 50 | 3C | 0 | 35 | 41 | 21 | B | 30 | 2D |
| Octal | 252 | 120 | 74 | 0 | 65 | 101 | 41 | 13 | 60 | 55 |
| Binary | 10101010 | 1010000 | 111100 | 0 | 110101 | 1000001 | 100001 | 1011 | 110000 | 101101 |
Color Harmonies of #AA503C
Complementary color
Monochromatic Colors of #AA503C
Black with #AA503C
Text Example
Text Example
White with #AA503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA503C; }
p { color: rgb(170,80,60); }
H1.HeaderClassName
{
color: #AA503C;
}
.AnyTagClassName
{
color: #AA503C;
}
</style>
background-color css
<style>
a { background-color: #AA503C; }
a { background-color: rgb(170,80,60); }
div.DivClassName
{
background-color: #AA503C;
}
.BgClassName
{
background-color: #AA503C;
}
</style>
border-color css
<style>
span { border-color: #AA503C; }
span { border-color: rgb(170,80,60); }
td.TdClassName
{
border-color: #AA503C;
}
.TagClassName
{
border-color: #AA503C;
}
</style>