Shades of Orange Roughy #AA523A
Tints of Orange Roughy #AA523A
RGB
CMYK
RGB Variations
Color information
#AA523A (or 0xAA523A) is known color: Orange Roughy. HEX triplet: AA, 52 and 3A. RGB value is (170,82,58). Sum of RGB (Red+Green+Blue) = 170+82+58=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA523A is #55ADC5. Grayscale: #696969. Windows color (decimal): -5615046 or 3822250. OLE color: 3822250.
HSL color Cylindrical-coordinate representation of color #AA523A: hue angle of 12.86º degrees, saturation: 0.49, 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 #AA523A is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 58 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.33 |
| HSL | 12.86º | 0.49% | 0.45% | - |
| HSV(B) | 12.86º | 0.66% | 0.67% | - |
| XYZ | 20.36 | 14.89 | 5.8 | - |
| YUV | 105.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 58 | 0 | 0.52 | 0.66 | 0.33 | 12.86 | 0.49 | 0.45 |
| Hex | AA | 52 | 3A | 0 | 34 | 42 | 21 | D | 31 | 2D |
| Octal | 252 | 122 | 72 | 0 | 64 | 102 | 41 | 15 | 61 | 55 |
| Binary | 10101010 | 1010010 | 111010 | 0 | 110100 | 1000010 | 100001 | 1101 | 110001 | 101101 |
Color Harmonies of #AA523A
Complementary color
Monochromatic Colors of #AA523A
Black with #AA523A
Text Example
Text Example
White with #AA523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA523A; }
p { color: rgb(170,82,58); }
H1.HeaderClassName
{
color: #AA523A;
}
.AnyTagClassName
{
color: #AA523A;
}
</style>
background-color css
<style>
a { background-color: #AA523A; }
a { background-color: rgb(170,82,58); }
div.DivClassName
{
background-color: #AA523A;
}
.BgClassName
{
background-color: #AA523A;
}
</style>
border-color css
<style>
span { border-color: #AA523A; }
span { border-color: rgb(170,82,58); }
td.TdClassName
{
border-color: #AA523A;
}
.TagClassName
{
border-color: #AA523A;
}
</style>