#AE7A3B

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

Shades of Mandalay #AE7A3B

Tints of Mandalay #AE7A3B

Color information

#AE7A3B (or 0xAE7A3B) is unknown color: approx Mandalay. HEX triplet: AE, 7A and 3B. RGB value is (174,122,59). Sum of RGB (Red+Green+Blue) = 174+122+59=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A3B is #5185C4. Grayscale: #828282. Windows color (decimal): -5342661 or 3898030. OLE color: 3898030.

HSL color Cylindrical-coordinate representation of color #AE7A3B: hue angle of 32.87º 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 #AE7A3B is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17412259-
CMYK00.300.660.32
HSL32.87º49.36%45.69%-
HSV(B)32.87º66.09%68.24%-
XYZ25.223.237.29-
YUV130.3787.73159.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=49.01%
G=34.37%
B=16.62%

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
Decimal1741225900.300.660.3232.8749.3645.69
HexAE7A3B01E422021312e
Octal2561727303610240416156
Binary1010111011110101110110111101000010100000100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A3B; }

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

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

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

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

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

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

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

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