Shades of Orange Roughy #AA5535
Tints of Orange Roughy #AA5535
RGB
CMYK
RGB Variations
Color information
#AA5535 (or 0xAA5535) is known color: Orange Roughy. HEX triplet: AA, 55 and 35. RGB value is (170,85,53). Sum of RGB (Red+Green+Blue) = 170+85+53=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5535 is #55AACA. Grayscale: #6A6A6A. Windows color (decimal): -5614283 or 3495338. OLE color: 3495338.
HSL color Cylindrical-coordinate representation of color #AA5535: hue angle of 16.41º degrees, saturation: 0.52, 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 #AA5535 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 53 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.33 |
| HSL | 16.41º | 0.52% | 0.44% | - |
| HSV(B) | 16.41º | 0.69% | 0.67% | - |
| XYZ | 20.47 | 15.3 | 5.24 | - |
| YUV | 106.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 53 | 0 | 0.50 | 0.69 | 0.33 | 16.41 | 0.52 | 0.44 |
| Hex | AA | 55 | 35 | 0 | 32 | 45 | 21 | 10 | 34 | 2C |
| Octal | 252 | 125 | 65 | 0 | 62 | 105 | 41 | 20 | 64 | 54 |
| Binary | 10101010 | 1010101 | 110101 | 0 | 110010 | 1000101 | 100001 | 10000 | 110100 | 101100 |
Color Harmonies of #AA5535
Complementary color
Monochromatic Colors of #AA5535
Black with #AA5535
Text Example
Text Example
White with #AA5535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5535; }
p { color: rgb(170,85,53); }
H1.HeaderClassName
{
color: #AA5535;
}
.AnyTagClassName
{
color: #AA5535;
}
</style>
background-color css
<style>
a { background-color: #AA5535; }
a { background-color: rgb(170,85,53); }
div.DivClassName
{
background-color: #AA5535;
}
.BgClassName
{
background-color: #AA5535;
}
</style>
border-color css
<style>
span { border-color: #AA5535; }
span { border-color: rgb(170,85,53); }
td.TdClassName
{
border-color: #AA5535;
}
.TagClassName
{
border-color: #AA5535;
}
</style>