Shades of Orange Roughy #AA4E34
Tints of Orange Roughy #AA4E34
RGB
CMYK
RGB Variations
Color information
#AA4E34 (or 0xAA4E34) is known color: Orange Roughy. HEX triplet: AA, 4E and 34. RGB value is (170,78,52). Sum of RGB (Red+Green+Blue) = 170+78+52=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E34 is #55B1CB. Grayscale: #666666. Windows color (decimal): -5616076 or 3428010. OLE color: 3428010.
HSL color Cylindrical-coordinate representation of color #AA4E34: hue angle of 13.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4E34 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 52 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.33 |
| HSL | 13.22º | 0.53% | 0.44% | - |
| HSV(B) | 13.22º | 0.69% | 0.67% | - |
| XYZ | 19.92 | 14.24 | 4.95 | - |
| YUV | 102.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 52 | 0 | 0.54 | 0.69 | 0.33 | 13.22 | 0.53 | 0.44 |
| Hex | AA | 4E | 34 | 0 | 36 | 45 | 21 | D | 35 | 2C |
| Octal | 252 | 116 | 64 | 0 | 66 | 105 | 41 | 15 | 65 | 54 |
| Binary | 10101010 | 1001110 | 110100 | 0 | 110110 | 1000101 | 100001 | 1101 | 110101 | 101100 |
Color Harmonies of #AA4E34
Complementary color
Monochromatic Colors of #AA4E34
Black with #AA4E34
Text Example
Text Example
White with #AA4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E34; }
p { color: rgb(170,78,52); }
H1.HeaderClassName
{
color: #AA4E34;
}
.AnyTagClassName
{
color: #AA4E34;
}
</style>
background-color css
<style>
a { background-color: #AA4E34; }
a { background-color: rgb(170,78,52); }
div.DivClassName
{
background-color: #AA4E34;
}
.BgClassName
{
background-color: #AA4E34;
}
</style>
border-color css
<style>
span { border-color: #AA4E34; }
span { border-color: rgb(170,78,52); }
td.TdClassName
{
border-color: #AA4E34;
}
.TagClassName
{
border-color: #AA4E34;
}
</style>