Shades of Orange Roughy #AA5133
Tints of Orange Roughy #AA5133
RGB
CMYK
RGB Variations
Color information
#AA5133 (or 0xAA5133) is known color: Orange Roughy. HEX triplet: AA, 51 and 33. RGB value is (170,81,51). Sum of RGB (Red+Green+Blue) = 170+81+51=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5133 is #55AECC. Grayscale: #686868. Windows color (decimal): -5615309 or 3363242. OLE color: 3363242.
HSL color Cylindrical-coordinate representation of color #AA5133: hue angle of 15.13º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA5133 is Cyan = 0, Magento = 0.52, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 51 | - |
| CMYK | 0 | 0.52 | 0.7 | 0.33 |
| HSL | 15.13º | 0.54% | 0.43% | - |
| HSV(B) | 15.13º | 0.7% | 0.67% | - |
| XYZ | 20.12 | 14.67 | 4.9 | - |
| YUV | 104.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 51 | 0 | 0.52 | 0.7 | 0.33 | 15.13 | 0.54 | 0.43 |
| Hex | AA | 51 | 33 | 0 | 34 | 46 | 21 | F | 36 | 2B |
| Octal | 252 | 121 | 63 | 0 | 64 | 106 | 41 | 17 | 66 | 53 |
| Binary | 10101010 | 1010001 | 110011 | 0 | 110100 | 1000110 | 100001 | 1111 | 110110 | 101011 |
Color Harmonies of #AA5133
Complementary color
Monochromatic Colors of #AA5133
Black with #AA5133
Text Example
Text Example
White with #AA5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5133; }
p { color: rgb(170,81,51); }
H1.HeaderClassName
{
color: #AA5133;
}
.AnyTagClassName
{
color: #AA5133;
}
</style>
background-color css
<style>
a { background-color: #AA5133; }
a { background-color: rgb(170,81,51); }
div.DivClassName
{
background-color: #AA5133;
}
.BgClassName
{
background-color: #AA5133;
}
</style>
border-color css
<style>
span { border-color: #AA5133; }
span { border-color: rgb(170,81,51); }
td.TdClassName
{
border-color: #AA5133;
}
.TagClassName
{
border-color: #AA5133;
}
</style>