Shades of Orange Roughy #A9503D
Tints of Orange Roughy #A9503D
RGB
CMYK
RGB Variations
Color information
#A9503D (or 0xA9503D) is known color: Orange Roughy. HEX triplet: A9, 50 and 3D. RGB value is (169,80,61). Sum of RGB (Red+Green+Blue) = 169+80+61=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9503D is #56AFC2. Grayscale: #686868. Windows color (decimal): -5681091 or 4018345. OLE color: 4018345.
HSL color Cylindrical-coordinate representation of color #A9503D: hue angle of 10.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9503D is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 61 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.34 |
| HSL | 10.56º | 0.47% | 0.45% | - |
| HSV(B) | 10.56º | 0.64% | 0.66% | - |
| XYZ | 20.07 | 14.51 | 6.16 | - |
| YUV | 104.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 61 | 0 | 0.53 | 0.64 | 0.34 | 10.56 | 0.47 | 0.45 |
| Hex | A9 | 50 | 3D | 0 | 35 | 40 | 22 | B | 2F | 2D |
| Octal | 251 | 120 | 75 | 0 | 65 | 100 | 42 | 13 | 57 | 55 |
| Binary | 10101001 | 1010000 | 111101 | 0 | 110101 | 1000000 | 100010 | 1011 | 101111 | 101101 |
Color Harmonies of #A9503D
Complementary color
Monochromatic Colors of #A9503D
Black with #A9503D
Text Example
Text Example
White with #A9503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9503D; }
p { color: rgb(169,80,61); }
H1.HeaderClassName
{
color: #A9503D;
}
.AnyTagClassName
{
color: #A9503D;
}
</style>
background-color css
<style>
a { background-color: #A9503D; }
a { background-color: rgb(169,80,61); }
div.DivClassName
{
background-color: #A9503D;
}
.BgClassName
{
background-color: #A9503D;
}
</style>
border-color css
<style>
span { border-color: #A9503D; }
span { border-color: rgb(169,80,61); }
td.TdClassName
{
border-color: #A9503D;
}
.TagClassName
{
border-color: #A9503D;
}
</style>