Shades of Orange Roughy #AA5239
Tints of Orange Roughy #AA5239
RGB
CMYK
RGB Variations
Color information
#AA5239 (or 0xAA5239) is known color: Orange Roughy. HEX triplet: AA, 52 and 39. RGB value is (170,82,57). Sum of RGB (Red+Green+Blue) = 170+82+57=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5239 is #55ADC6. Grayscale: #696969. Windows color (decimal): -5615047 or 3756714. OLE color: 3756714.
HSL color Cylindrical-coordinate representation of color #AA5239: hue angle of 13.27º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA5239 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 57 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.33 |
| HSL | 13.27º | 0.5% | 0.45% | - |
| HSV(B) | 13.27º | 0.66% | 0.67% | - |
| XYZ | 20.33 | 14.88 | 5.67 | - |
| YUV | 105.46 | 100.65 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 57 | 0 | 0.52 | 0.66 | 0.33 | 13.27 | 0.5 | 0.45 |
| Hex | AA | 52 | 39 | 0 | 34 | 42 | 21 | D | 32 | 2D |
| Octal | 252 | 122 | 71 | 0 | 64 | 102 | 41 | 15 | 62 | 55 |
| Binary | 10101010 | 1010010 | 111001 | 0 | 110100 | 1000010 | 100001 | 1101 | 110010 | 101101 |
Color Harmonies of #AA5239
Complementary color
Monochromatic Colors of #AA5239
Black with #AA5239
Text Example
Text Example
White with #AA5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5239; }
p { color: rgb(170,82,57); }
H1.HeaderClassName
{
color: #AA5239;
}
.AnyTagClassName
{
color: #AA5239;
}
</style>
background-color css
<style>
a { background-color: #AA5239; }
a { background-color: rgb(170,82,57); }
div.DivClassName
{
background-color: #AA5239;
}
.BgClassName
{
background-color: #AA5239;
}
</style>
border-color css
<style>
span { border-color: #AA5239; }
span { border-color: rgb(170,82,57); }
td.TdClassName
{
border-color: #AA5239;
}
.TagClassName
{
border-color: #AA5239;
}
</style>