#AE7B35

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

Shades of Mandalay #AE7B35

Tints of Mandalay #AE7B35

Color information

#AE7B35 (or 0xAE7B35) is unknown color: approx Mandalay. HEX triplet: AE, 7B and 35. RGB value is (174,123,53). Sum of RGB (Red+Green+Blue) = 174+123+53=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B35 is #5184CA. Grayscale: #828282. Windows color (decimal): -5342411 or 3505070. OLE color: 3505070.

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

Color convert

RGB17412353-
CMYK00.290.700.32
HSL34.71º53.3%44.51%-
HSV(B)34.71º69.54%68.24%-
XYZ25.1823.426.56-
YUV130.2784.4159.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=49.71%
G=35.14%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741235300.290.700.3234.7153.344.51
HexAE7B3501D462023352d
Octal2561736503510640436555
Binary1010111011110111101010111011000110100000100011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B35; }

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

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

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

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

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

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

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

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