Shades of Orange Roughy #AA503D
Tints of Orange Roughy #AA503D
RGB
CMYK
RGB Variations
Color information
#AA503D (or 0xAA503D) is known color: Orange Roughy. HEX triplet: AA, 50 and 3D. RGB value is (170,80,61). Sum of RGB (Red+Green+Blue) = 170+80+61=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA503D is #55AFC2. Grayscale: #686868. Windows color (decimal): -5615555 or 4018346. OLE color: 4018346.
HSL color Cylindrical-coordinate representation of color #AA503D: hue angle of 10.46º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA503D is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 61 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.33 |
| HSL | 10.46º | 0.47% | 0.45% | - |
| HSV(B) | 10.46º | 0.64% | 0.67% | - |
| XYZ | 20.29 | 14.62 | 6.17 | - |
| YUV | 104.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 61 | 0 | 0.53 | 0.64 | 0.33 | 10.46 | 0.47 | 0.45 |
| Hex | AA | 50 | 3D | 0 | 35 | 40 | 21 | A | 2F | 2D |
| Octal | 252 | 120 | 75 | 0 | 65 | 100 | 41 | 12 | 57 | 55 |
| Binary | 10101010 | 1010000 | 111101 | 0 | 110101 | 1000000 | 100001 | 1010 | 101111 | 101101 |
Color Harmonies of #AA503D
Complementary color
Monochromatic Colors of #AA503D
Black with #AA503D
Text Example
Text Example
White with #AA503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA503D; }
p { color: rgb(170,80,61); }
H1.HeaderClassName
{
color: #AA503D;
}
.AnyTagClassName
{
color: #AA503D;
}
</style>
background-color css
<style>
a { background-color: #AA503D; }
a { background-color: rgb(170,80,61); }
div.DivClassName
{
background-color: #AA503D;
}
.BgClassName
{
background-color: #AA503D;
}
</style>
border-color css
<style>
span { border-color: #AA503D; }
span { border-color: rgb(170,80,61); }
td.TdClassName
{
border-color: #AA503D;
}
.TagClassName
{
border-color: #AA503D;
}
</style>