Shades of Orange Roughy #AA583F
Tints of Orange Roughy #AA583F
RGB
CMYK
RGB Variations
Color information
#AA583F (or 0xAA583F) is known color: Orange Roughy. HEX triplet: AA, 58 and 3F. RGB value is (170,88,63). Sum of RGB (Red+Green+Blue) = 170+88+63=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA583F is #55A7C0. Grayscale: #6D6D6D. Windows color (decimal): -5613505 or 4151466. OLE color: 4151466.
HSL color Cylindrical-coordinate representation of color #AA583F: hue angle of 14.02º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA583F is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 63 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.33 |
| HSL | 14.02º | 0.46% | 0.46% | - |
| HSV(B) | 14.02º | 0.63% | 0.67% | - |
| XYZ | 20.96 | 15.88 | 6.66 | - |
| YUV | 109.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 63 | 0 | 0.48 | 0.63 | 0.33 | 14.02 | 0.46 | 0.46 |
| Hex | AA | 58 | 3F | 0 | 30 | 3F | 21 | E | 2E | 2E |
| Octal | 252 | 130 | 77 | 0 | 60 | 77 | 41 | 16 | 56 | 56 |
| Binary | 10101010 | 1011000 | 111111 | 0 | 110000 | 111111 | 100001 | 1110 | 101110 | 101110 |
Color Harmonies of #AA583F
Complementary color
Monochromatic Colors of #AA583F
Black with #AA583F
Text Example
Text Example
White with #AA583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA583F; }
p { color: rgb(170,88,63); }
H1.HeaderClassName
{
color: #AA583F;
}
.AnyTagClassName
{
color: #AA583F;
}
</style>
background-color css
<style>
a { background-color: #AA583F; }
a { background-color: rgb(170,88,63); }
div.DivClassName
{
background-color: #AA583F;
}
.BgClassName
{
background-color: #AA583F;
}
</style>
border-color css
<style>
span { border-color: #AA583F; }
span { border-color: rgb(170,88,63); }
td.TdClassName
{
border-color: #AA583F;
}
.TagClassName
{
border-color: #AA583F;
}
</style>