#AE782D

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

Shades of Mandalay #AE782D

Tints of Mandalay #AE782D

Color information

#AE782D (or 0xAE782D) is unknown color: approx Mandalay. HEX triplet: AE, 78 and 2D. RGB value is (174,120,45). Sum of RGB (Red+Green+Blue) = 174+120+45=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE782D is #5187D2. Grayscale: #7F7F7F. Windows color (decimal): -5343187 or 2980014. OLE color: 2980014.

HSL color Cylindrical-coordinate representation of color #AE782D: hue angle of 34.88º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE782D is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17412045-
CMYK00.310.740.32
HSL34.88º58.9%42.94%-
HSV(B)34.88º74.14%68.24%-
XYZ24.6522.625.55-
YUV127.681.39161.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=51.33%
G=35.40%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741204500.310.740.3234.8858.942.94
HexAE782D01F4A20233b2b
Octal2561705503711240437353
Binary1010111011110001011010111111001010100000100011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE782D; }

 p { color: rgb(174,120,45); }

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

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

 a { background-color: rgb(174,120,45); }

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

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

 span { border-color: rgb(174,120,45); }

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