Shades of Orange Roughy #AA533B
Tints of Orange Roughy #AA533B
RGB
CMYK
RGB Variations
Color information
#AA533B (or 0xAA533B) is known color: Orange Roughy. HEX triplet: AA, 53 and 3B. RGB value is (170,83,59). Sum of RGB (Red+Green+Blue) = 170+83+59=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA533B is #55ACC4. Grayscale: #6A6A6A. Windows color (decimal): -5614789 or 3888042. OLE color: 3888042.
HSL color Cylindrical-coordinate representation of color #AA533B: hue angle of 12.97º 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 #AA533B is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 59 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.33 |
| HSL | 12.97º | 0.48% | 0.45% | - |
| HSV(B) | 12.97º | 0.65% | 0.67% | - |
| XYZ | 20.46 | 15.05 | 5.96 | - |
| YUV | 106.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 59 | 0 | 0.51 | 0.65 | 0.33 | 12.97 | 0.48 | 0.45 |
| Hex | AA | 53 | 3B | 0 | 33 | 41 | 21 | D | 30 | 2D |
| Octal | 252 | 123 | 73 | 0 | 63 | 101 | 41 | 15 | 60 | 55 |
| Binary | 10101010 | 1010011 | 111011 | 0 | 110011 | 1000001 | 100001 | 1101 | 110000 | 101101 |
Color Harmonies of #AA533B
Complementary color
Monochromatic Colors of #AA533B
Black with #AA533B
Text Example
Text Example
White with #AA533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA533B; }
p { color: rgb(170,83,59); }
H1.HeaderClassName
{
color: #AA533B;
}
.AnyTagClassName
{
color: #AA533B;
}
</style>
background-color css
<style>
a { background-color: #AA533B; }
a { background-color: rgb(170,83,59); }
div.DivClassName
{
background-color: #AA533B;
}
.BgClassName
{
background-color: #AA533B;
}
</style>
border-color css
<style>
span { border-color: #AA533B; }
span { border-color: rgb(170,83,59); }
td.TdClassName
{
border-color: #AA533B;
}
.TagClassName
{
border-color: #AA533B;
}
</style>