#AE7B38

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

Shades of Mandalay #AE7B38

Tints of Mandalay #AE7B38

Color information

#AE7B38 (or 0xAE7B38) is unknown color: approx Mandalay. HEX triplet: AE, 7B and 38. RGB value is (174,123,56). Sum of RGB (Red+Green+Blue) = 174+123+56=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B38 is #5184C7. Grayscale: #828282. Windows color (decimal): -5342408 or 3701678. OLE color: 3701678.

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

Color convert

RGB17412356-
CMYK00.290.680.32
HSL34.07º51.3%45.1%-
HSV(B)34.07º67.82%68.24%-
XYZ25.2523.456.94-
YUV130.6185.9158.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=49.29%
G=34.84%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741235600.290.680.3234.0751.345.1
HexAE7B3801D442022332d
Octal2561737003510440426355
Binary1010111011110111110000111011000100100000100010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B38; }

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

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

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

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

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

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

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

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