Shades of Orange Roughy #AA5138
Tints of Orange Roughy #AA5138
RGB
CMYK
RGB Variations
Color information
#AA5138 (or 0xAA5138) is known color: Orange Roughy. HEX triplet: AA, 51 and 38. RGB value is (170,81,56). Sum of RGB (Red+Green+Blue) = 170+81+56=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5138 is #55AEC7. Grayscale: #686868. Windows color (decimal): -5615304 or 3690922. OLE color: 3690922.
HSL color Cylindrical-coordinate representation of color #AA5138: hue angle of 13.16º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA5138 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 56 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.33 |
| HSL | 13.16º | 0.5% | 0.44% | - |
| HSV(B) | 13.16º | 0.67% | 0.67% | - |
| XYZ | 20.23 | 14.72 | 5.52 | - |
| YUV | 104.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 56 | 0 | 0.52 | 0.67 | 0.33 | 13.16 | 0.5 | 0.44 |
| Hex | AA | 51 | 38 | 0 | 34 | 43 | 21 | D | 32 | 2C |
| Octal | 252 | 121 | 70 | 0 | 64 | 103 | 41 | 15 | 62 | 54 |
| Binary | 10101010 | 1010001 | 111000 | 0 | 110100 | 1000011 | 100001 | 1101 | 110010 | 101100 |
Color Harmonies of #AA5138
Complementary color
Monochromatic Colors of #AA5138
Black with #AA5138
Text Example
Text Example
White with #AA5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5138; }
p { color: rgb(170,81,56); }
H1.HeaderClassName
{
color: #AA5138;
}
.AnyTagClassName
{
color: #AA5138;
}
</style>
background-color css
<style>
a { background-color: #AA5138; }
a { background-color: rgb(170,81,56); }
div.DivClassName
{
background-color: #AA5138;
}
.BgClassName
{
background-color: #AA5138;
}
</style>
border-color css
<style>
span { border-color: #AA5138; }
span { border-color: rgb(170,81,56); }
td.TdClassName
{
border-color: #AA5138;
}
.TagClassName
{
border-color: #AA5138;
}
</style>