#E0AC82

Color #E0AC82 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #E0AC82

Tints of Manhattan #E0AC82

Color information

#E0AC82 (or 0xE0AC82) is unknown color: approx Manhattan. HEX triplet: E0, AC and 82. RGB value is (224,172,130). Sum of RGB (Red+Green+Blue) = 224+172+130=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AC82 is #1F537D. Grayscale: #B6B6B6. Windows color (decimal): -2052990 or 8563936. OLE color: 8563936.

HSL color Cylindrical-coordinate representation of color #E0AC82: hue angle of 26.81º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0AC82 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224172130-
CMYK00.230.420.12
HSL26.81º60.26%69.41%-
HSV(B)26.81º41.96%87.84%-
XYZ49.5246.9627.57-
YUV182.7698.23157.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=42.59%
G=32.70%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417213000.230.420.1226.8160.2669.41
HexE0AC820172AC1b3c45
Octal34025420202752143374105
Binary1110000010101100100000100101111010101100110111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AC82; }

 p { color: rgb(224,172,130); }

 H1.HeaderClassName
 {
   color: #E0AC82;
 }
 .AnyTagClassName
 {
   color: #E0AC82;
 }
</style>
background-color css

<style>
 a { background-color: #E0AC82; }

 a { background-color: rgb(224,172,130); }

 div.DivClassName
 {
   background-color: #E0AC82;
 }
 .BgClassName
 {
   background-color: #E0AC82;
 }
</style>
border-color css

<style>
 span { border-color: #E0AC82; }

 span { border-color: rgb(224,172,130); }

 td.TdClassName
 {
   border-color: #E0AC82;
 }
 .TagClassName
 {
   border-color: #E0AC82;
 }
</style>