Shades of Orange Roughy #AA4D36
Tints of Orange Roughy #AA4D36
RGB
CMYK
RGB Variations
Color information
#AA4D36 (or 0xAA4D36) is known color: Orange Roughy. HEX triplet: AA, 4D and 36. RGB value is (170,77,54). Sum of RGB (Red+Green+Blue) = 170+77+54=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D36 is #55B2C9. Grayscale: #666666. Windows color (decimal): -5616330 or 3558826. OLE color: 3558826.
HSL color Cylindrical-coordinate representation of color #AA4D36: hue angle of 11.9º 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 #AA4D36 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 54 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.33 |
| HSL | 11.9º | 0.52% | 0.44% | - |
| HSV(B) | 11.9º | 0.68% | 0.67% | - |
| XYZ | 19.9 | 14.12 | 5.17 | - |
| YUV | 102.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 54 | 0 | 0.55 | 0.68 | 0.33 | 11.9 | 0.52 | 0.44 |
| Hex | AA | 4D | 36 | 0 | 37 | 44 | 21 | C | 34 | 2C |
| Octal | 252 | 115 | 66 | 0 | 67 | 104 | 41 | 14 | 64 | 54 |
| Binary | 10101010 | 1001101 | 110110 | 0 | 110111 | 1000100 | 100001 | 1100 | 110100 | 101100 |
Color Harmonies of #AA4D36
Complementary color
Monochromatic Colors of #AA4D36
Black with #AA4D36
Text Example
Text Example
White with #AA4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D36; }
p { color: rgb(170,77,54); }
H1.HeaderClassName
{
color: #AA4D36;
}
.AnyTagClassName
{
color: #AA4D36;
}
</style>
background-color css
<style>
a { background-color: #AA4D36; }
a { background-color: rgb(170,77,54); }
div.DivClassName
{
background-color: #AA4D36;
}
.BgClassName
{
background-color: #AA4D36;
}
</style>
border-color css
<style>
span { border-color: #AA4D36; }
span { border-color: rgb(170,77,54); }
td.TdClassName
{
border-color: #AA4D36;
}
.TagClassName
{
border-color: #AA4D36;
}
</style>