Shades of Orange Roughy #A3503D
Tints of Orange Roughy #A3503D
RGB
CMYK
RGB Variations
Color information
#A3503D (or 0xA3503D) is known color: Orange Roughy. HEX triplet: A3, 50 and 3D. RGB value is (163,80,61). Sum of RGB (Red+Green+Blue) = 163+80+61=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3503D is #5CAFC2. Grayscale: #666666. Windows color (decimal): -6074307 or 4018339. OLE color: 4018339.
HSL color Cylindrical-coordinate representation of color #A3503D: hue angle of 11.18º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3503D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 61 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.36 |
| HSL | 11.18º | 0.46% | 0.44% | - |
| HSV(B) | 11.18º | 0.63% | 0.64% | - |
| XYZ | 18.82 | 13.86 | 6.1 | - |
| YUV | 102.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 61 | 0 | 0.51 | 0.63 | 0.36 | 11.18 | 0.46 | 0.44 |
| Hex | A3 | 50 | 3D | 0 | 33 | 3F | 24 | B | 2E | 2C |
| Octal | 243 | 120 | 75 | 0 | 63 | 77 | 44 | 13 | 56 | 54 |
| Binary | 10100011 | 1010000 | 111101 | 0 | 110011 | 111111 | 100100 | 1011 | 101110 | 101100 |
Color Harmonies of #A3503D
Complementary color
Monochromatic Colors of #A3503D
Black with #A3503D
Text Example
Text Example
White with #A3503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3503D; }
p { color: rgb(163,80,61); }
H1.HeaderClassName
{
color: #A3503D;
}
.AnyTagClassName
{
color: #A3503D;
}
</style>
background-color css
<style>
a { background-color: #A3503D; }
a { background-color: rgb(163,80,61); }
div.DivClassName
{
background-color: #A3503D;
}
.BgClassName
{
background-color: #A3503D;
}
</style>
border-color css
<style>
span { border-color: #A3503D; }
span { border-color: rgb(163,80,61); }
td.TdClassName
{
border-color: #A3503D;
}
.TagClassName
{
border-color: #A3503D;
}
</style>