Shades of Orange Roughy #AA4E36
Tints of Orange Roughy #AA4E36
RGB
CMYK
RGB Variations
Color information
#AA4E36 (or 0xAA4E36) is known color: Orange Roughy. HEX triplet: AA, 4E and 36. RGB value is (170,78,54). Sum of RGB (Red+Green+Blue) = 170+78+54=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E36 is #55B1C9. Grayscale: #666666. Windows color (decimal): -5616074 or 3559082. OLE color: 3559082.
HSL color Cylindrical-coordinate representation of color #AA4E36: hue angle of 12.41º degrees, saturation: 0.52, 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 #AA4E36 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 54 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.33 |
| HSL | 12.41º | 0.52% | 0.44% | - |
| HSV(B) | 12.41º | 0.68% | 0.67% | - |
| XYZ | 19.97 | 14.26 | 5.19 | - |
| YUV | 102.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 54 | 0 | 0.54 | 0.68 | 0.33 | 12.41 | 0.52 | 0.44 |
| Hex | AA | 4E | 36 | 0 | 36 | 44 | 21 | C | 34 | 2C |
| Octal | 252 | 116 | 66 | 0 | 66 | 104 | 41 | 14 | 64 | 54 |
| Binary | 10101010 | 1001110 | 110110 | 0 | 110110 | 1000100 | 100001 | 1100 | 110100 | 101100 |
Color Harmonies of #AA4E36
Complementary color
Monochromatic Colors of #AA4E36
Black with #AA4E36
Text Example
Text Example
White with #AA4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E36; }
p { color: rgb(170,78,54); }
H1.HeaderClassName
{
color: #AA4E36;
}
.AnyTagClassName
{
color: #AA4E36;
}
</style>
background-color css
<style>
a { background-color: #AA4E36; }
a { background-color: rgb(170,78,54); }
div.DivClassName
{
background-color: #AA4E36;
}
.BgClassName
{
background-color: #AA4E36;
}
</style>
border-color css
<style>
span { border-color: #AA4E36; }
span { border-color: rgb(170,78,54); }
td.TdClassName
{
border-color: #AA4E36;
}
.TagClassName
{
border-color: #AA4E36;
}
</style>