Shades of Orange Roughy #AA523C
Tints of Orange Roughy #AA523C
RGB
CMYK
RGB Variations
Color information
#AA523C (or 0xAA523C) is known color: Orange Roughy. HEX triplet: AA, 52 and 3C. RGB value is (170,82,60). Sum of RGB (Red+Green+Blue) = 170+82+60=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA523C is #55ADC3. Grayscale: #696969. Windows color (decimal): -5615044 or 3953322. OLE color: 3953322.
HSL color Cylindrical-coordinate representation of color #AA523C: hue angle of 12º 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 #AA523C is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 60 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.33 |
| HSL | 12º | 0.48% | 0.45% | - |
| HSV(B) | 12º | 0.65% | 0.67% | - |
| XYZ | 20.41 | 14.91 | 6.08 | - |
| YUV | 105.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 60 | 0 | 0.52 | 0.65 | 0.33 | 12 | 0.48 | 0.45 |
| Hex | AA | 52 | 3C | 0 | 34 | 41 | 21 | C | 30 | 2D |
| Octal | 252 | 122 | 74 | 0 | 64 | 101 | 41 | 14 | 60 | 55 |
| Binary | 10101010 | 1010010 | 111100 | 0 | 110100 | 1000001 | 100001 | 1100 | 110000 | 101101 |
Color Harmonies of #AA523C
Complementary color
Monochromatic Colors of #AA523C
Black with #AA523C
Text Example
Text Example
White with #AA523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA523C; }
p { color: rgb(170,82,60); }
H1.HeaderClassName
{
color: #AA523C;
}
.AnyTagClassName
{
color: #AA523C;
}
</style>
background-color css
<style>
a { background-color: #AA523C; }
a { background-color: rgb(170,82,60); }
div.DivClassName
{
background-color: #AA523C;
}
.BgClassName
{
background-color: #AA523C;
}
</style>
border-color css
<style>
span { border-color: #AA523C; }
span { border-color: rgb(170,82,60); }
td.TdClassName
{
border-color: #AA523C;
}
.TagClassName
{
border-color: #AA523C;
}
</style>