Shades of Orange Roughy #AA563D
Tints of Orange Roughy #AA563D
RGB
CMYK
RGB Variations
Color information
#AA563D (or 0xAA563D) is known color: Orange Roughy. HEX triplet: AA, 56 and 3D. RGB value is (170,86,61). Sum of RGB (Red+Green+Blue) = 170+86+61=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA563D is #55A9C2. Grayscale: #6C6C6C. Windows color (decimal): -5614019 or 4019882. OLE color: 4019882.
HSL color Cylindrical-coordinate representation of color #AA563D: hue angle of 13.76º 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 #AA563D is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 61 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.33 |
| HSL | 13.76º | 0.47% | 0.45% | - |
| HSV(B) | 13.76º | 0.64% | 0.67% | - |
| XYZ | 20.75 | 15.54 | 6.32 | - |
| YUV | 108.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 61 | 0 | 0.49 | 0.64 | 0.33 | 13.76 | 0.47 | 0.45 |
| Hex | AA | 56 | 3D | 0 | 31 | 40 | 21 | E | 2F | 2D |
| Octal | 252 | 126 | 75 | 0 | 61 | 100 | 41 | 16 | 57 | 55 |
| Binary | 10101010 | 1010110 | 111101 | 0 | 110001 | 1000000 | 100001 | 1110 | 101111 | 101101 |
Color Harmonies of #AA563D
Complementary color
Monochromatic Colors of #AA563D
Black with #AA563D
Text Example
Text Example
White with #AA563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA563D; }
p { color: rgb(170,86,61); }
H1.HeaderClassName
{
color: #AA563D;
}
.AnyTagClassName
{
color: #AA563D;
}
</style>
background-color css
<style>
a { background-color: #AA563D; }
a { background-color: rgb(170,86,61); }
div.DivClassName
{
background-color: #AA563D;
}
.BgClassName
{
background-color: #AA563D;
}
</style>
border-color css
<style>
span { border-color: #AA563D; }
span { border-color: rgb(170,86,61); }
td.TdClassName
{
border-color: #AA563D;
}
.TagClassName
{
border-color: #AA563D;
}
</style>