Shades of Orange Roughy #A9563D
Tints of Orange Roughy #A9563D
RGB
CMYK
RGB Variations
Color information
#A9563D (or 0xA9563D) is known color: Orange Roughy. HEX triplet: A9, 56 and 3D. RGB value is (169,86,61). Sum of RGB (Red+Green+Blue) = 169+86+61=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A9563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9563D is #56A9C2. Grayscale: #6C6C6C. Windows color (decimal): -5679555 or 4019881. OLE color: 4019881.
HSL color Cylindrical-coordinate representation of color #A9563D: hue angle of 13.89º 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 #A9563D is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 61 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.34 |
| HSL | 13.89º | 0.47% | 0.45% | - |
| HSV(B) | 13.89º | 0.64% | 0.66% | - |
| XYZ | 20.53 | 15.43 | 6.31 | - |
| YUV | 107.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 61 | 0 | 0.49 | 0.64 | 0.34 | 13.89 | 0.47 | 0.45 |
| Hex | A9 | 56 | 3D | 0 | 31 | 40 | 22 | E | 2F | 2D |
| Octal | 251 | 126 | 75 | 0 | 61 | 100 | 42 | 16 | 57 | 55 |
| Binary | 10101001 | 1010110 | 111101 | 0 | 110001 | 1000000 | 100010 | 1110 | 101111 | 101101 |
Color Harmonies of #A9563D
Complementary color
Monochromatic Colors of #A9563D
Black with #A9563D
Text Example
Text Example
White with #A9563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9563D; }
p { color: rgb(169,86,61); }
H1.HeaderClassName
{
color: #A9563D;
}
.AnyTagClassName
{
color: #A9563D;
}
</style>
background-color css
<style>
a { background-color: #A9563D; }
a { background-color: rgb(169,86,61); }
div.DivClassName
{
background-color: #A9563D;
}
.BgClassName
{
background-color: #A9563D;
}
</style>
border-color css
<style>
span { border-color: #A9563D; }
span { border-color: rgb(169,86,61); }
td.TdClassName
{
border-color: #A9563D;
}
.TagClassName
{
border-color: #A9563D;
}
</style>