Shades of Orange Roughy #AA4B37
Tints of Orange Roughy #AA4B37
RGB
CMYK
RGB Variations
Color information
#AA4B37 (or 0xAA4B37) is known color: Orange Roughy. HEX triplet: AA, 4B and 37. RGB value is (170,75,55). Sum of RGB (Red+Green+Blue) = 170+75+55=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B37 is #55B4C8. Grayscale: #656565. Windows color (decimal): -5616841 or 3623850. OLE color: 3623850.
HSL color Cylindrical-coordinate representation of color #AA4B37: hue angle of 10.43º 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 #AA4B37 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 55 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.33 |
| HSL | 10.43º | 0.51% | 0.44% | - |
| HSV(B) | 10.43º | 0.68% | 0.67% | - |
| XYZ | 19.78 | 13.85 | 5.25 | - |
| YUV | 101.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 55 | 0 | 0.56 | 0.68 | 0.33 | 10.43 | 0.51 | 0.44 |
| Hex | AA | 4B | 37 | 0 | 38 | 44 | 21 | A | 33 | 2C |
| Octal | 252 | 113 | 67 | 0 | 70 | 104 | 41 | 12 | 63 | 54 |
| Binary | 10101010 | 1001011 | 110111 | 0 | 111000 | 1000100 | 100001 | 1010 | 110011 | 101100 |
Color Harmonies of #AA4B37
Complementary color
Monochromatic Colors of #AA4B37
Black with #AA4B37
Text Example
Text Example
White with #AA4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B37; }
p { color: rgb(170,75,55); }
H1.HeaderClassName
{
color: #AA4B37;
}
.AnyTagClassName
{
color: #AA4B37;
}
</style>
background-color css
<style>
a { background-color: #AA4B37; }
a { background-color: rgb(170,75,55); }
div.DivClassName
{
background-color: #AA4B37;
}
.BgClassName
{
background-color: #AA4B37;
}
</style>
border-color css
<style>
span { border-color: #AA4B37; }
span { border-color: rgb(170,75,55); }
td.TdClassName
{
border-color: #AA4B37;
}
.TagClassName
{
border-color: #AA4B37;
}
</style>