Shades of Orange Roughy #AA503B
Tints of Orange Roughy #AA503B
RGB
CMYK
RGB Variations
Color information
#AA503B (or 0xAA503B) is known color: Orange Roughy. HEX triplet: AA, 50 and 3B. RGB value is (170,80,59). Sum of RGB (Red+Green+Blue) = 170+80+59=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA503B is #55AFC4. Grayscale: #686868. Windows color (decimal): -5615557 or 3887274. OLE color: 3887274.
HSL color Cylindrical-coordinate representation of color #AA503B: hue angle of 11.35º 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 #AA503B is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 59 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.33 |
| HSL | 11.35º | 0.48% | 0.45% | - |
| HSV(B) | 11.35º | 0.65% | 0.67% | - |
| XYZ | 20.24 | 14.6 | 5.89 | - |
| YUV | 104.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 59 | 0 | 0.53 | 0.65 | 0.33 | 11.35 | 0.48 | 0.45 |
| Hex | AA | 50 | 3B | 0 | 35 | 41 | 21 | B | 30 | 2D |
| Octal | 252 | 120 | 73 | 0 | 65 | 101 | 41 | 13 | 60 | 55 |
| Binary | 10101010 | 1010000 | 111011 | 0 | 110101 | 1000001 | 100001 | 1011 | 110000 | 101101 |
Color Harmonies of #AA503B
Complementary color
Monochromatic Colors of #AA503B
Black with #AA503B
Text Example
Text Example
White with #AA503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA503B; }
p { color: rgb(170,80,59); }
H1.HeaderClassName
{
color: #AA503B;
}
.AnyTagClassName
{
color: #AA503B;
}
</style>
background-color css
<style>
a { background-color: #AA503B; }
a { background-color: rgb(170,80,59); }
div.DivClassName
{
background-color: #AA503B;
}
.BgClassName
{
background-color: #AA503B;
}
</style>
border-color css
<style>
span { border-color: #AA503B; }
span { border-color: rgb(170,80,59); }
td.TdClassName
{
border-color: #AA503B;
}
.TagClassName
{
border-color: #AA503B;
}
</style>