Shades of Orange Roughy #AA4D3C
Tints of Orange Roughy #AA4D3C
RGB
CMYK
RGB Variations
Color information
#AA4D3C (or 0xAA4D3C) is known color: Orange Roughy. HEX triplet: AA, 4D and 3C. RGB value is (170,77,60). Sum of RGB (Red+Green+Blue) = 170+77+60=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D3C is #55B2C3. Grayscale: #676767. Windows color (decimal): -5616324 or 3952042. OLE color: 3952042.
HSL color Cylindrical-coordinate representation of color #AA4D3C: hue angle of 9.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4D3C is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 60 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.33 |
| HSL | 9.27º | 0.48% | 0.45% | - |
| HSV(B) | 9.27º | 0.65% | 0.67% | - |
| XYZ | 20.05 | 14.18 | 5.96 | - |
| YUV | 102.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 60 | 0 | 0.55 | 0.65 | 0.33 | 9.27 | 0.48 | 0.45 |
| Hex | AA | 4D | 3C | 0 | 37 | 41 | 21 | 9 | 30 | 2D |
| Octal | 252 | 115 | 74 | 0 | 67 | 101 | 41 | 11 | 60 | 55 |
| Binary | 10101010 | 1001101 | 111100 | 0 | 110111 | 1000001 | 100001 | 1001 | 110000 | 101101 |
Color Harmonies of #AA4D3C
Complementary color
Monochromatic Colors of #AA4D3C
Black with #AA4D3C
Text Example
Text Example
White with #AA4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D3C; }
p { color: rgb(170,77,60); }
H1.HeaderClassName
{
color: #AA4D3C;
}
.AnyTagClassName
{
color: #AA4D3C;
}
</style>
background-color css
<style>
a { background-color: #AA4D3C; }
a { background-color: rgb(170,77,60); }
div.DivClassName
{
background-color: #AA4D3C;
}
.BgClassName
{
background-color: #AA4D3C;
}
</style>
border-color css
<style>
span { border-color: #AA4D3C; }
span { border-color: rgb(170,77,60); }
td.TdClassName
{
border-color: #AA4D3C;
}
.TagClassName
{
border-color: #AA4D3C;
}
</style>