#AE7631

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

Shades of Mandalay #AE7631

Tints of Mandalay #AE7631

Color information

#AE7631 (or 0xAE7631) is unknown color: approx Mandalay. HEX triplet: AE, 76 and 31. RGB value is (174,118,49). Sum of RGB (Red+Green+Blue) = 174+118+49=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7631 is #5189CE. Grayscale: #7F7F7F. Windows color (decimal): -5343695 or 3241646. OLE color: 3241646.

HSL color Cylindrical-coordinate representation of color #AE7631: hue angle of 33.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE7631 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17411849-
CMYK00.320.720.32
HSL33.12º56.05%43.73%-
HSV(B)33.12º71.84%68.24%-
XYZ24.4922.185.9-
YUV126.8884.05161.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 49 (19.53% from 255) = 14.37%
R=51.03%
G=34.60%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741184900.320.720.3233.1256.0543.73
HexAE7631020482021382c
Octal2561666104011040417054
Binary10101110111011011000101000001001000100000100001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7631; }

 p { color: rgb(174,118,49); }

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

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

 a { background-color: rgb(174,118,49); }

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

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

 span { border-color: rgb(174,118,49); }

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