Shades of Manhattan #E6AF7A
Tints of Manhattan #E6AF7A
RGB
CMYK
RGB Variations
Color information
#E6AF7A (or 0xE6AF7A) is known color: Manhattan. HEX triplet: E6, AF and 7A. RGB value is (230,175,122). Sum of RGB (Red+Green+Blue) = 230+175+122=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF7A is #195085. Grayscale: #B9B9B9. Windows color (decimal): -1659014 or 8040422. OLE color: 8040422.
HSL color Cylindrical-coordinate representation of color #E6AF7A: hue angle of 29.44º 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 #E6AF7A is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 122 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.10 |
| HSL | 29.44º | 0.68% | 0.69% | - |
| HSV(B) | 29.44º | 0.47% | 0.9% | - |
| XYZ | 51.48 | 48.89 | 25.14 | - |
| YUV | 185.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 122 | 0 | 0.24 | 0.47 | 0.10 | 29.44 | 0.68 | 0.69 |
| Hex | E6 | AF | 7A | 0 | 18 | 2F | A | 1D | 44 | 45 |
| Octal | 346 | 257 | 172 | 0 | 30 | 57 | 12 | 35 | 104 | 105 |
| Binary | 11100110 | 10101111 | 1111010 | 0 | 11000 | 101111 | 1010 | 11101 | 1000100 | 1000101 |
Color Harmonies of #E6AF7A
Complementary color
Monochromatic Colors of #E6AF7A
Black with #E6AF7A
Text Example
Text Example
White with #E6AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF7A; }
p { color: rgb(230,175,122); }
H1.HeaderClassName
{
color: #E6AF7A;
}
.AnyTagClassName
{
color: #E6AF7A;
}
</style>
background-color css
<style>
a { background-color: #E6AF7A; }
a { background-color: rgb(230,175,122); }
div.DivClassName
{
background-color: #E6AF7A;
}
.BgClassName
{
background-color: #E6AF7A;
}
</style>
border-color css
<style>
span { border-color: #E6AF7A; }
span { border-color: rgb(230,175,122); }
td.TdClassName
{
border-color: #E6AF7A;
}
.TagClassName
{
border-color: #E6AF7A;
}
</style>