Shades of Orange Roughy #AA5334
Tints of Orange Roughy #AA5334
RGB
CMYK
RGB Variations
Color information
#AA5334 (or 0xAA5334) is known color: Orange Roughy. HEX triplet: AA, 53 and 34. RGB value is (170,83,52). Sum of RGB (Red+Green+Blue) = 170+83+52=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5334 is #55ACCB. Grayscale: #696969. Windows color (decimal): -5614796 or 3429290. OLE color: 3429290.
HSL color Cylindrical-coordinate representation of color #AA5334: hue angle of 15.76º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA5334 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 52 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.33 |
| HSL | 15.76º | 0.53% | 0.44% | - |
| HSV(B) | 15.76º | 0.69% | 0.67% | - |
| XYZ | 20.29 | 14.98 | 5.07 | - |
| YUV | 105.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 52 | 0 | 0.51 | 0.69 | 0.33 | 15.76 | 0.53 | 0.44 |
| Hex | AA | 53 | 34 | 0 | 33 | 45 | 21 | 10 | 35 | 2C |
| Octal | 252 | 123 | 64 | 0 | 63 | 105 | 41 | 20 | 65 | 54 |
| Binary | 10101010 | 1010011 | 110100 | 0 | 110011 | 1000101 | 100001 | 10000 | 110101 | 101100 |
Color Harmonies of #AA5334
Complementary color
Monochromatic Colors of #AA5334
Black with #AA5334
Text Example
Text Example
White with #AA5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5334; }
p { color: rgb(170,83,52); }
H1.HeaderClassName
{
color: #AA5334;
}
.AnyTagClassName
{
color: #AA5334;
}
</style>
background-color css
<style>
a { background-color: #AA5334; }
a { background-color: rgb(170,83,52); }
div.DivClassName
{
background-color: #AA5334;
}
.BgClassName
{
background-color: #AA5334;
}
</style>
border-color css
<style>
span { border-color: #AA5334; }
span { border-color: rgb(170,83,52); }
td.TdClassName
{
border-color: #AA5334;
}
.TagClassName
{
border-color: #AA5334;
}
</style>