#AE7C3D

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

Shades of Mandalay #AE7C3D

Tints of Mandalay #AE7C3D

Color information

#AE7C3D (or 0xAE7C3D) is unknown color: approx Mandalay. HEX triplet: AE, 7C and 3D. RGB value is (174,124,61). Sum of RGB (Red+Green+Blue) = 174+124+61=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C3D is #5183C2. Grayscale: #848484. Windows color (decimal): -5342147 or 4029614. OLE color: 4029614.

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

Color convert

RGB17412461-
CMYK00.290.650.32
HSL33.45º48.09%46.08%-
HSV(B)33.45º64.94%68.24%-
XYZ25.5123.757.65-
YUV131.7788.06158.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=48.47%
G=34.54%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741246100.290.650.3233.4548.0946.08
HexAE7C3D01D412021302e
Octal2561747503510140416056
Binary1010111011111001111010111011000001100000100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C3D; }

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

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

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

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

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

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

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

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