#AE822D

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

Shades of Mandalay #AE822D

Tints of Mandalay #AE822D

Color information

#AE822D (or 0xAE822D) is unknown color: approx Mandalay. HEX triplet: AE, 82 and 2D. RGB value is (174,130,45). Sum of RGB (Red+Green+Blue) = 174+130+45=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE822D is #517DD2. Grayscale: #858585. Windows color (decimal): -5340627 or 2982574. OLE color: 2982574.

HSL color Cylindrical-coordinate representation of color #AE822D: hue angle of 39.53º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE822D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17413045-
CMYK00.250.740.32
HSL39.53º58.9%42.94%-
HSV(B)39.53º74.14%68.24%-
XYZ25.9125.155.97-
YUV133.4778.08156.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=49.86%
G=37.25%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741304500.250.740.3239.5358.942.94
HexAE822D0194A20283b2b
Octal2562025503111240507353
Binary10101110100000101011010110011001010100000101000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE822D; }

 p { color: rgb(174,130,45); }

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

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

 a { background-color: rgb(174,130,45); }

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

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

 span { border-color: rgb(174,130,45); }

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