Shades of Orange Roughy #AA4C38
Tints of Orange Roughy #AA4C38
RGB
CMYK
RGB Variations
Color information
#AA4C38 (or 0xAA4C38) is known color: Orange Roughy. HEX triplet: AA, 4C and 38. RGB value is (170,76,56). Sum of RGB (Red+Green+Blue) = 170+76+56=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C38 is #55B3C7. Grayscale: #666666. Windows color (decimal): -5616584 or 3689642. OLE color: 3689642.
HSL color Cylindrical-coordinate representation of color #AA4C38: hue angle of 10.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4C38 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 56 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.33 |
| HSL | 10.53º | 0.5% | 0.44% | - |
| HSV(B) | 10.53º | 0.67% | 0.67% | - |
| XYZ | 19.88 | 14 | 5.4 | - |
| YUV | 101.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 56 | 0 | 0.55 | 0.67 | 0.33 | 10.53 | 0.5 | 0.44 |
| Hex | AA | 4C | 38 | 0 | 37 | 43 | 21 | B | 32 | 2C |
| Octal | 252 | 114 | 70 | 0 | 67 | 103 | 41 | 13 | 62 | 54 |
| Binary | 10101010 | 1001100 | 111000 | 0 | 110111 | 1000011 | 100001 | 1011 | 110010 | 101100 |
Color Harmonies of #AA4C38
Complementary color
Monochromatic Colors of #AA4C38
Black with #AA4C38
Text Example
Text Example
White with #AA4C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C38; }
p { color: rgb(170,76,56); }
H1.HeaderClassName
{
color: #AA4C38;
}
.AnyTagClassName
{
color: #AA4C38;
}
</style>
background-color css
<style>
a { background-color: #AA4C38; }
a { background-color: rgb(170,76,56); }
div.DivClassName
{
background-color: #AA4C38;
}
.BgClassName
{
background-color: #AA4C38;
}
</style>
border-color css
<style>
span { border-color: #AA4C38; }
span { border-color: rgb(170,76,56); }
td.TdClassName
{
border-color: #AA4C38;
}
.TagClassName
{
border-color: #AA4C38;
}
</style>