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