Shades of Orange Roughy #AA5238
Tints of Orange Roughy #AA5238
RGB
CMYK
RGB Variations
Color information
#AA5238 (or 0xAA5238) is known color: Orange Roughy. HEX triplet: AA, 52 and 38. RGB value is (170,82,56). Sum of RGB (Red+Green+Blue) = 170+82+56=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5238 is #55ADC7. Grayscale: #696969. Windows color (decimal): -5615048 or 3691178. OLE color: 3691178.
HSL color Cylindrical-coordinate representation of color #AA5238: hue angle of 13.68º 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 #AA5238 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 56 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.33 |
| HSL | 13.68º | 0.5% | 0.44% | - |
| HSV(B) | 13.68º | 0.67% | 0.67% | - |
| XYZ | 20.31 | 14.87 | 5.54 | - |
| YUV | 105.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 56 | 0 | 0.52 | 0.67 | 0.33 | 13.68 | 0.5 | 0.44 |
| Hex | AA | 52 | 38 | 0 | 34 | 43 | 21 | E | 32 | 2C |
| Octal | 252 | 122 | 70 | 0 | 64 | 103 | 41 | 16 | 62 | 54 |
| Binary | 10101010 | 1010010 | 111000 | 0 | 110100 | 1000011 | 100001 | 1110 | 110010 | 101100 |
Color Harmonies of #AA5238
Complementary color
Monochromatic Colors of #AA5238
Black with #AA5238
Text Example
Text Example
White with #AA5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5238; }
p { color: rgb(170,82,56); }
H1.HeaderClassName
{
color: #AA5238;
}
.AnyTagClassName
{
color: #AA5238;
}
</style>
background-color css
<style>
a { background-color: #AA5238; }
a { background-color: rgb(170,82,56); }
div.DivClassName
{
background-color: #AA5238;
}
.BgClassName
{
background-color: #AA5238;
}
</style>
border-color css
<style>
span { border-color: #AA5238; }
span { border-color: rgb(170,82,56); }
td.TdClassName
{
border-color: #AA5238;
}
.TagClassName
{
border-color: #AA5238;
}
</style>