#AE7A2E

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

Shades of Mandalay #AE7A2E

Tints of Mandalay #AE7A2E

Color information

#AE7A2E (or 0xAE7A2E) is unknown color: approx Mandalay. HEX triplet: AE, 7A and 2E. RGB value is (174,122,46). Sum of RGB (Red+Green+Blue) = 174+122+46=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A2E is #5185D1. Grayscale: #818181. Windows color (decimal): -5342674 or 3046062. OLE color: 3046062.

HSL color Cylindrical-coordinate representation of color #AE7A2E: hue angle of 35.62º degrees, saturation: 0.58, 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 #AE7A2E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17412246-
CMYK00.300.740.32
HSL35.62º58.18%43.14%-
HSV(B)35.62º73.56%68.24%-
XYZ24.9123.115.73-
YUV128.8881.23160.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 46 (18.36% from 255) = 13.45%
R=50.88%
G=35.67%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741224600.300.740.3235.6258.1843.14
HexAE7A2E01E4A20243a2b
Octal2561725603611240447253
Binary1010111011110101011100111101001010100000100100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A2E; }

 p { color: rgb(174,122,46); }

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

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

 a { background-color: rgb(174,122,46); }

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

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

 span { border-color: rgb(174,122,46); }

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