Shades of Medium Carmine #AA4837
Tints of Medium Carmine #AA4837
RGB
CMYK
RGB Variations
Color information
#AA4837 (or 0xAA4837) is known color: Medium Carmine. HEX triplet: AA, 48 and 37. RGB value is (170,72,55). Sum of RGB (Red+Green+Blue) = 170+72+55=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4837 is #55B7C8. Grayscale: #636363. Windows color (decimal): -5617609 or 3623082. OLE color: 3623082.
HSL color Cylindrical-coordinate representation of color #AA4837: hue angle of 8.87º degrees, saturation: 0.51, 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 #AA4837 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 55 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.33 |
| HSL | 8.87º | 0.51% | 0.44% | - |
| HSV(B) | 8.87º | 0.68% | 0.67% | - |
| XYZ | 19.58 | 13.46 | 5.18 | - |
| YUV | 99.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 55 | 0 | 0.58 | 0.68 | 0.33 | 8.87 | 0.51 | 0.44 |
| Hex | AA | 48 | 37 | 0 | 3A | 44 | 21 | 9 | 33 | 2C |
| Octal | 252 | 110 | 67 | 0 | 72 | 104 | 41 | 11 | 63 | 54 |
| Binary | 10101010 | 1001000 | 110111 | 0 | 111010 | 1000100 | 100001 | 1001 | 110011 | 101100 |
Color Harmonies of #AA4837
Complementary color
Monochromatic Colors of #AA4837
Black with #AA4837
Text Example
Text Example
White with #AA4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4837; }
p { color: rgb(170,72,55); }
H1.HeaderClassName
{
color: #AA4837;
}
.AnyTagClassName
{
color: #AA4837;
}
</style>
background-color css
<style>
a { background-color: #AA4837; }
a { background-color: rgb(170,72,55); }
div.DivClassName
{
background-color: #AA4837;
}
.BgClassName
{
background-color: #AA4837;
}
</style>
border-color css
<style>
span { border-color: #AA4837; }
span { border-color: rgb(170,72,55); }
td.TdClassName
{
border-color: #AA4837;
}
.TagClassName
{
border-color: #AA4837;
}
</style>