#AE793B

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

Shades of Mandalay #AE793B

Tints of Mandalay #AE793B

Color information

#AE793B (or 0xAE793B) is unknown color: approx Mandalay. HEX triplet: AE, 79 and 3B. RGB value is (174,121,59). Sum of RGB (Red+Green+Blue) = 174+121+59=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE793B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE793B is #5186C4. Grayscale: #828282. Windows color (decimal): -5342917 or 3897774. OLE color: 3897774.

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

Color convert

RGB17412159-
CMYK00.300.660.32
HSL32.35º49.36%45.69%-
HSV(B)32.35º66.09%68.24%-
XYZ25.0822.997.25-
YUV129.7888.06159.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 59 (23.44% from 255) = 16.67%
R=49.15%
G=34.18%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741215900.300.660.3232.3549.3645.69
HexAE793B01E422020312e
Octal2561717303610240406156
Binary1010111011110011110110111101000010100000100000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE793B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE793B; }

 p { color: rgb(174,121,59); }

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

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

 a { background-color: rgb(174,121,59); }

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

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

 span { border-color: rgb(174,121,59); }

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