#AE7B3A

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

Shades of Mandalay #AE7B3A

Tints of Mandalay #AE7B3A

Color information

#AE7B3A (or 0xAE7B3A) is unknown color: approx Mandalay. HEX triplet: AE, 7B and 3A. RGB value is (174,123,58). Sum of RGB (Red+Green+Blue) = 174+123+58=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B3A is #5184C5. Grayscale: #838383. Windows color (decimal): -5342406 or 3832750. OLE color: 3832750.

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

Color convert

RGB17412358-
CMYK00.290.670.32
HSL33.62º50%45.49%-
HSV(B)33.62º66.67%68.24%-
XYZ25.323.477.2-
YUV130.8486.9158.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 123 (48.44% from 255) = 34.65%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=49.01%
G=34.65%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741235800.290.670.3233.625045.49
HexAE7B3A01D432022322d
Octal2561737203510340426255
Binary1010111011110111110100111011000011100000100010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B3A; }

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

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

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

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

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

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

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

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