#ae7938

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

Shades of Mandalay #AE7938

Tints of Mandalay #AE7938

Color information

#AE7938 (or 0xAE7938) is unknown color: approx Mandalay. HEX triplet: AE, 79 and 38. RGB value is (174,121,56). Sum of RGB (Red+Green+Blue) = 174+121+56=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7938 is #5186C7. Grayscale: #818181. Windows color (decimal): -5342920 or 3701166. OLE color: 3701166.

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

Color convert

RGB17412156-
CMYK00.300.680.32
HSL33.05º51.3%45.1%-
HSV(B)33.05º67.82%68.24%-
XYZ25.0122.966.85-
YUV129.4486.56159.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=49.57%
G=34.47%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741215600.300.680.3233.0551.345.1
HexAE793801E442021332d
Octal2561717003610440416355
Binary1010111011110011110000111101000100100000100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae7938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae7938; }

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

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

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

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

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

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

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

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