#AE7A3A

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

Shades of Mandalay #AE7A3A

Tints of Mandalay #AE7A3A

Color information

#AE7A3A (or 0xAE7A3A) is unknown color: approx Mandalay. HEX triplet: AE, 7A and 3A. RGB value is (174,122,58). Sum of RGB (Red+Green+Blue) = 174+122+58=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A3A is #5185C5. Grayscale: #828282. Windows color (decimal): -5342662 or 3832494. OLE color: 3832494.

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

Color convert

RGB17412258-
CMYK00.300.670.32
HSL33.1º50%45.49%-
HSV(B)33.1º66.67%68.24%-
XYZ25.1823.227.16-
YUV130.2587.23159.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 58 (23.05% from 255) = 16.38%
R=49.15%
G=34.46%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741225800.300.670.3233.15045.49
HexAE7A3A01E432021322d
Octal2561727203610340416255
Binary1010111011110101110100111101000011100000100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A3A; }

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

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

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

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

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

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

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

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