#AE7C2B

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

Shades of Mandalay #AE7C2B

Tints of Mandalay #AE7C2B

Color information

#AE7C2B (or 0xAE7C2B) is unknown color: approx Mandalay. HEX triplet: AE, 7C and 2B. RGB value is (174,124,43). Sum of RGB (Red+Green+Blue) = 174+124+43=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C2B is #5183D4. Grayscale: #828282. Windows color (decimal): -5342165 or 2849966. OLE color: 2849966.

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

Color convert

RGB17412443-
CMYK00.290.750.32
HSL37.1º60.37%42.55%-
HSV(B)37.1º75.29%68.24%-
XYZ25.123.595.52-
YUV129.7279.06159.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 43 (17.19% from 255) = 12.61%
R=51.03%
G=36.36%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741244300.290.750.3237.160.3742.55
HexAE7C2B01D4B20253c2b
Octal2561745303511340457453
Binary1010111011111001010110111011001011100000100101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C2B; }

 p { color: rgb(174,124,43); }

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

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

 a { background-color: rgb(174,124,43); }

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

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

 span { border-color: rgb(174,124,43); }

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