Shades of Orange Roughy #AA4A37
Tints of Orange Roughy #AA4A37
RGB
CMYK
RGB Variations
Color information
#AA4A37 (or 0xAA4A37) is known color: Orange Roughy. HEX triplet: AA, 4A and 37. RGB value is (170,74,55). Sum of RGB (Red+Green+Blue) = 170+74+55=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A37 is #55B5C8. Grayscale: #646464. Windows color (decimal): -5617097 or 3623594. OLE color: 3623594.
HSL color Cylindrical-coordinate representation of color #AA4A37: hue angle of 9.91º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4A37 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 55 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.33 |
| HSL | 9.91º | 0.51% | 0.44% | - |
| HSV(B) | 9.91º | 0.68% | 0.67% | - |
| XYZ | 19.72 | 13.72 | 5.22 | - |
| YUV | 100.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 55 | 0 | 0.56 | 0.68 | 0.33 | 9.91 | 0.51 | 0.44 |
| Hex | AA | 4A | 37 | 0 | 38 | 44 | 21 | A | 33 | 2C |
| Octal | 252 | 112 | 67 | 0 | 70 | 104 | 41 | 12 | 63 | 54 |
| Binary | 10101010 | 1001010 | 110111 | 0 | 111000 | 1000100 | 100001 | 1010 | 110011 | 101100 |
Color Harmonies of #AA4A37
Complementary color
Monochromatic Colors of #AA4A37
Black with #AA4A37
Text Example
Text Example
White with #AA4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A37; }
p { color: rgb(170,74,55); }
H1.HeaderClassName
{
color: #AA4A37;
}
.AnyTagClassName
{
color: #AA4A37;
}
</style>
background-color css
<style>
a { background-color: #AA4A37; }
a { background-color: rgb(170,74,55); }
div.DivClassName
{
background-color: #AA4A37;
}
.BgClassName
{
background-color: #AA4A37;
}
</style>
border-color css
<style>
span { border-color: #AA4A37; }
span { border-color: rgb(170,74,55); }
td.TdClassName
{
border-color: #AA4A37;
}
.TagClassName
{
border-color: #AA4A37;
}
</style>