Shades of Orange Roughy #AA523B
Tints of Orange Roughy #AA523B
RGB
CMYK
RGB Variations
Color information
#AA523B (or 0xAA523B) is known color: Orange Roughy. HEX triplet: AA, 52 and 3B. RGB value is (170,82,59). Sum of RGB (Red+Green+Blue) = 170+82+59=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA523B is #55ADC4. Grayscale: #696969. Windows color (decimal): -5615045 or 3887786. OLE color: 3887786.
HSL color Cylindrical-coordinate representation of color #AA523B: hue angle of 12.43º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA523B is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 59 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.33 |
| HSL | 12.43º | 0.48% | 0.45% | - |
| HSV(B) | 12.43º | 0.65% | 0.67% | - |
| XYZ | 20.38 | 14.9 | 5.94 | - |
| YUV | 105.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 59 | 0 | 0.52 | 0.65 | 0.33 | 12.43 | 0.48 | 0.45 |
| Hex | AA | 52 | 3B | 0 | 34 | 41 | 21 | C | 30 | 2D |
| Octal | 252 | 122 | 73 | 0 | 64 | 101 | 41 | 14 | 60 | 55 |
| Binary | 10101010 | 1010010 | 111011 | 0 | 110100 | 1000001 | 100001 | 1100 | 110000 | 101101 |
Color Harmonies of #AA523B
Complementary color
Monochromatic Colors of #AA523B
Black with #AA523B
Text Example
Text Example
White with #AA523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA523B; }
p { color: rgb(170,82,59); }
H1.HeaderClassName
{
color: #AA523B;
}
.AnyTagClassName
{
color: #AA523B;
}
</style>
background-color css
<style>
a { background-color: #AA523B; }
a { background-color: rgb(170,82,59); }
div.DivClassName
{
background-color: #AA523B;
}
.BgClassName
{
background-color: #AA523B;
}
</style>
border-color css
<style>
span { border-color: #AA523B; }
span { border-color: rgb(170,82,59); }
td.TdClassName
{
border-color: #AA523B;
}
.TagClassName
{
border-color: #AA523B;
}
</style>