Shades of Orange Roughy #AA4C32
Tints of Orange Roughy #AA4C32
RGB
CMYK
RGB Variations
Color information
#AA4C32 (or 0xAA4C32) is known color: Orange Roughy. HEX triplet: AA, 4C and 32. RGB value is (170,76,50). Sum of RGB (Red+Green+Blue) = 170+76+50=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C32 is #55B3CD. Grayscale: #656565. Windows color (decimal): -5616590 or 3296426. OLE color: 3296426.
HSL color Cylindrical-coordinate representation of color #AA4C32: hue angle of 13º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4C32 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 50 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.33 |
| HSL | 13º | 0.55% | 0.43% | - |
| HSV(B) | 13º | 0.71% | 0.67% | - |
| XYZ | 19.74 | 13.95 | 4.67 | - |
| YUV | 101.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 50 | 0 | 0.55 | 0.71 | 0.33 | 13 | 0.55 | 0.43 |
| Hex | AA | 4C | 32 | 0 | 37 | 47 | 21 | D | 37 | 2B |
| Octal | 252 | 114 | 62 | 0 | 67 | 107 | 41 | 15 | 67 | 53 |
| Binary | 10101010 | 1001100 | 110010 | 0 | 110111 | 1000111 | 100001 | 1101 | 110111 | 101011 |
Color Harmonies of #AA4C32
Complementary color
Monochromatic Colors of #AA4C32
Black with #AA4C32
Text Example
Text Example
White with #AA4C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C32; }
p { color: rgb(170,76,50); }
H1.HeaderClassName
{
color: #AA4C32;
}
.AnyTagClassName
{
color: #AA4C32;
}
</style>
background-color css
<style>
a { background-color: #AA4C32; }
a { background-color: rgb(170,76,50); }
div.DivClassName
{
background-color: #AA4C32;
}
.BgClassName
{
background-color: #AA4C32;
}
</style>
border-color css
<style>
span { border-color: #AA4C32; }
span { border-color: rgb(170,76,50); }
td.TdClassName
{
border-color: #AA4C32;
}
.TagClassName
{
border-color: #AA4C32;
}
</style>