#AE822A

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

Shades of Mandalay #AE822A

Tints of Mandalay #AE822A

Color information

#AE822A (or 0xAE822A) is unknown color: approx Mandalay. HEX triplet: AE, 82 and 2A. RGB value is (174,130,42). Sum of RGB (Red+Green+Blue) = 174+130+42=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE822A is #517DD5. Grayscale: #858585. Windows color (decimal): -5340630 or 2785966. OLE color: 2785966.

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

Color convert

RGB17413042-
CMYK00.250.760.32
HSL40º61.11%42.35%-
HSV(B)40º75.86%68.24%-
XYZ25.8625.135.68-
YUV133.1276.58157.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 42 (16.80% from 255) = 12.14%
R=50.29%
G=37.57%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741304200.250.760.324061.1142.35
HexAE822A0194C20283d2a
Octal2562025203111440507552
Binary10101110100000101010100110011001100100000101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE822A; }

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

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

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

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

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

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

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

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