Shades of Orange Roughy #AA593B
Tints of Orange Roughy #AA593B
RGB
CMYK
RGB Variations
Color information
#AA593B (or 0xAA593B) is known color: Orange Roughy. HEX triplet: AA, 59 and 3B. RGB value is (170,89,59). Sum of RGB (Red+Green+Blue) = 170+89+59=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA593B is #55A6C4. Grayscale: #6D6D6D. Windows color (decimal): -5613253 or 3889578. OLE color: 3889578.
HSL color Cylindrical-coordinate representation of color #AA593B: hue angle of 16.22º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA593B is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 59 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.33 |
| HSL | 16.22º | 0.48% | 0.45% | - |
| HSV(B) | 16.22º | 0.65% | 0.67% | - |
| XYZ | 20.94 | 16.01 | 6.12 | - |
| YUV | 109.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 59 | 0 | 0.48 | 0.65 | 0.33 | 16.22 | 0.48 | 0.45 |
| Hex | AA | 59 | 3B | 0 | 30 | 41 | 21 | 10 | 30 | 2D |
| Octal | 252 | 131 | 73 | 0 | 60 | 101 | 41 | 20 | 60 | 55 |
| Binary | 10101010 | 1011001 | 111011 | 0 | 110000 | 1000001 | 100001 | 10000 | 110000 | 101101 |
Color Harmonies of #AA593B
Complementary color
Monochromatic Colors of #AA593B
Black with #AA593B
Text Example
Text Example
White with #AA593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA593B; }
p { color: rgb(170,89,59); }
H1.HeaderClassName
{
color: #AA593B;
}
.AnyTagClassName
{
color: #AA593B;
}
</style>
background-color css
<style>
a { background-color: #AA593B; }
a { background-color: rgb(170,89,59); }
div.DivClassName
{
background-color: #AA593B;
}
.BgClassName
{
background-color: #AA593B;
}
</style>
border-color css
<style>
span { border-color: #AA593B; }
span { border-color: rgb(170,89,59); }
td.TdClassName
{
border-color: #AA593B;
}
.TagClassName
{
border-color: #AA593B;
}
</style>