Shades of Orange Roughy #AA5435
Tints of Orange Roughy #AA5435
RGB
CMYK
RGB Variations
Color information
#AA5435 (or 0xAA5435) is known color: Orange Roughy. HEX triplet: AA, 54 and 35. RGB value is (170,84,53). Sum of RGB (Red+Green+Blue) = 170+84+53=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5435 is #55ABCA. Grayscale: #6A6A6A. Windows color (decimal): -5614539 or 3495082. OLE color: 3495082.
HSL color Cylindrical-coordinate representation of color #AA5435: hue angle of 15.9º 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 #AA5435 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 53 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.33 |
| HSL | 15.9º | 0.52% | 0.44% | - |
| HSV(B) | 15.9º | 0.69% | 0.67% | - |
| XYZ | 20.39 | 15.14 | 5.22 | - |
| YUV | 106.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 53 | 0 | 0.51 | 0.69 | 0.33 | 15.9 | 0.52 | 0.44 |
| Hex | AA | 54 | 35 | 0 | 33 | 45 | 21 | 10 | 34 | 2C |
| Octal | 252 | 124 | 65 | 0 | 63 | 105 | 41 | 20 | 64 | 54 |
| Binary | 10101010 | 1010100 | 110101 | 0 | 110011 | 1000101 | 100001 | 10000 | 110100 | 101100 |
Color Harmonies of #AA5435
Complementary color
Monochromatic Colors of #AA5435
Black with #AA5435
Text Example
Text Example
White with #AA5435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5435; }
p { color: rgb(170,84,53); }
H1.HeaderClassName
{
color: #AA5435;
}
.AnyTagClassName
{
color: #AA5435;
}
</style>
background-color css
<style>
a { background-color: #AA5435; }
a { background-color: rgb(170,84,53); }
div.DivClassName
{
background-color: #AA5435;
}
.BgClassName
{
background-color: #AA5435;
}
</style>
border-color css
<style>
span { border-color: #AA5435; }
span { border-color: rgb(170,84,53); }
td.TdClassName
{
border-color: #AA5435;
}
.TagClassName
{
border-color: #AA5435;
}
</style>