Shades of Orange Roughy #A3523D
Tints of Orange Roughy #A3523D
RGB
CMYK
RGB Variations
Color information
#A3523D (or 0xA3523D) is known color: Orange Roughy. HEX triplet: A3, 52 and 3D. RGB value is (163,82,61). Sum of RGB (Red+Green+Blue) = 163+82+61=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3523D is #5CADC2. Grayscale: #676767. Windows color (decimal): -6073795 or 4018851. OLE color: 4018851.
HSL color Cylindrical-coordinate representation of color #A3523D: hue angle of 12.35º 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 #A3523D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 61 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.36 |
| HSL | 12.35º | 0.46% | 0.44% | - |
| HSV(B) | 12.35º | 0.63% | 0.64% | - |
| XYZ | 18.96 | 14.16 | 6.15 | - |
| YUV | 103.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 61 | 0 | 0.50 | 0.63 | 0.36 | 12.35 | 0.46 | 0.44 |
| Hex | A3 | 52 | 3D | 0 | 32 | 3F | 24 | C | 2E | 2C |
| Octal | 243 | 122 | 75 | 0 | 62 | 77 | 44 | 14 | 56 | 54 |
| Binary | 10100011 | 1010010 | 111101 | 0 | 110010 | 111111 | 100100 | 1100 | 101110 | 101100 |
Color Harmonies of #A3523D
Complementary color
Monochromatic Colors of #A3523D
Black with #A3523D
Text Example
Text Example
White with #A3523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3523D; }
p { color: rgb(163,82,61); }
H1.HeaderClassName
{
color: #A3523D;
}
.AnyTagClassName
{
color: #A3523D;
}
</style>
background-color css
<style>
a { background-color: #A3523D; }
a { background-color: rgb(163,82,61); }
div.DivClassName
{
background-color: #A3523D;
}
.BgClassName
{
background-color: #A3523D;
}
</style>
border-color css
<style>
span { border-color: #A3523D; }
span { border-color: rgb(163,82,61); }
td.TdClassName
{
border-color: #A3523D;
}
.TagClassName
{
border-color: #A3523D;
}
</style>