Shades of Manhattan #E6AA7A
Tints of Manhattan #E6AA7A
RGB
CMYK
RGB Variations
Color information
#E6AA7A (or 0xE6AA7A) is known color: Manhattan. HEX triplet: E6, AA and 7A. RGB value is (230,170,122). Sum of RGB (Red+Green+Blue) = 230+170+122=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA7A is #195585. Grayscale: #B6B6B6. Windows color (decimal): -1660294 or 8039142. OLE color: 8039142.
HSL color Cylindrical-coordinate representation of color #E6AA7A: hue angle of 26.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6AA7A is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 122 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.10 |
| HSL | 26.67º | 0.68% | 0.69% | - |
| HSV(B) | 26.67º | 0.47% | 0.9% | - |
| XYZ | 50.52 | 46.98 | 24.82 | - |
| YUV | 182.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 122 | 0 | 0.26 | 0.47 | 0.10 | 26.67 | 0.68 | 0.69 |
| Hex | E6 | AA | 7A | 0 | 1A | 2F | A | 1B | 44 | 45 |
| Octal | 346 | 252 | 172 | 0 | 32 | 57 | 12 | 33 | 104 | 105 |
| Binary | 11100110 | 10101010 | 1111010 | 0 | 11010 | 101111 | 1010 | 11011 | 1000100 | 1000101 |
Color Harmonies of #E6AA7A
Complementary color
Monochromatic Colors of #E6AA7A
Black with #E6AA7A
Text Example
Text Example
White with #E6AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA7A; }
p { color: rgb(230,170,122); }
H1.HeaderClassName
{
color: #E6AA7A;
}
.AnyTagClassName
{
color: #E6AA7A;
}
</style>
background-color css
<style>
a { background-color: #E6AA7A; }
a { background-color: rgb(230,170,122); }
div.DivClassName
{
background-color: #E6AA7A;
}
.BgClassName
{
background-color: #E6AA7A;
}
</style>
border-color css
<style>
span { border-color: #E6AA7A; }
span { border-color: rgb(230,170,122); }
td.TdClassName
{
border-color: #E6AA7A;
}
.TagClassName
{
border-color: #E6AA7A;
}
</style>