Shades of Orange Roughy #AA4C39
Tints of Orange Roughy #AA4C39
RGB
CMYK
RGB Variations
Color information
#AA4C39 (or 0xAA4C39) is known color: Orange Roughy. HEX triplet: AA, 4C and 39. RGB value is (170,76,57). Sum of RGB (Red+Green+Blue) = 170+76+57=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C39 is #55B3C6. Grayscale: #666666. Windows color (decimal): -5616583 or 3755178. OLE color: 3755178.
HSL color Cylindrical-coordinate representation of color #AA4C39: hue angle of 10.09º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4C39 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 57 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.33 |
| HSL | 10.09º | 0.5% | 0.45% | - |
| HSV(B) | 10.09º | 0.66% | 0.67% | - |
| XYZ | 19.9 | 14.01 | 5.53 | - |
| YUV | 101.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 57 | 0 | 0.55 | 0.66 | 0.33 | 10.09 | 0.5 | 0.45 |
| Hex | AA | 4C | 39 | 0 | 37 | 42 | 21 | A | 32 | 2D |
| Octal | 252 | 114 | 71 | 0 | 67 | 102 | 41 | 12 | 62 | 55 |
| Binary | 10101010 | 1001100 | 111001 | 0 | 110111 | 1000010 | 100001 | 1010 | 110010 | 101101 |
Color Harmonies of #AA4C39
Complementary color
Monochromatic Colors of #AA4C39
Black with #AA4C39
Text Example
Text Example
White with #AA4C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C39; }
p { color: rgb(170,76,57); }
H1.HeaderClassName
{
color: #AA4C39;
}
.AnyTagClassName
{
color: #AA4C39;
}
</style>
background-color css
<style>
a { background-color: #AA4C39; }
a { background-color: rgb(170,76,57); }
div.DivClassName
{
background-color: #AA4C39;
}
.BgClassName
{
background-color: #AA4C39;
}
</style>
border-color css
<style>
span { border-color: #AA4C39; }
span { border-color: rgb(170,76,57); }
td.TdClassName
{
border-color: #AA4C39;
}
.TagClassName
{
border-color: #AA4C39;
}
</style>