#AE7D38

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

Shades of Mandalay #AE7D38

Tints of Mandalay #AE7D38

Color information

#AE7D38 (or 0xAE7D38) is unknown color: approx Mandalay. HEX triplet: AE, 7D and 38. RGB value is (174,125,56). Sum of RGB (Red+Green+Blue) = 174+125+56=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D38 is #5182C7. Grayscale: #848484. Windows color (decimal): -5341896 or 3702190. OLE color: 3702190.

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

Color convert

RGB17412556-
CMYK00.280.680.32
HSL35.08º51.3%45.1%-
HSV(B)35.08º67.82%68.24%-
XYZ25.523.957.02-
YUV131.7885.23158.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=49.01%
G=35.21%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741255600.280.680.3235.0851.345.1
HexAE7D3801C442023332d
Octal2561757003410440436355
Binary1010111011111011110000111001000100100000100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D38; }

 p { color: rgb(174,125,56); }

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

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

 a { background-color: rgb(174,125,56); }

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

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

 span { border-color: rgb(174,125,56); }

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