#AE7935

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

Shades of Mandalay #AE7935

Tints of Mandalay #AE7935

Color information

#AE7935 (or 0xAE7935) is unknown color: approx Mandalay. HEX triplet: AE, 79 and 35. RGB value is (174,121,53). Sum of RGB (Red+Green+Blue) = 174+121+53=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7935 is #5186CA. Grayscale: #818181. Windows color (decimal): -5342923 or 3504558. OLE color: 3504558.

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

Color convert

RGB17412153-
CMYK00.300.700.32
HSL33.72º53.3%44.51%-
HSV(B)33.72º69.54%68.24%-
XYZ24.9422.936.48-
YUV129.185.06160.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=50%
G=34.77%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741215300.300.700.3233.7253.344.51
HexAE793501E462022352d
Octal2561716503610640426555
Binary1010111011110011101010111101000110100000100010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7935; }

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

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

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

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

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

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

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

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