Html Css Color HEX #AE7D32 Mandalay

📋 copy color: '#AE7D32'

red 174 ◦ green 125 ◦ blue 50

#AE7D32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandalay #AE7D32

Tints of Mandalay #AE7D32

RGB

 RED value IS 174 (68.36% from 255) = 49.86%

 GREEN value IS 125 (49.22% from 255) = 35.82%

 BLUE value IS 50 (19.92% from 255) = 14.33%

R = 49.86%
G = 35.82%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE7D32 (or 0xAE7D32) is known color: Mandalay. HEX triplet: AE, 7D and 32. RGB value is (174,125,50). Sum of RGB (Red+Green+Blue) = 174+125+50=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D32 is #5182CD. Grayscale: #838383. Windows color (decimal): -5341902 or 3308974. OLE color: 3308974.

HSL color Cylindrical-coordinate representation of color #AE7D32: hue angle of 36.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE7D32 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 125 50 -
CMYK 0 0.28 0.71 0.32
HSL 36.29º 0.55% 0.44% -
HSV(B) 36.29º 0.71% 0.68% -
XYZ 25.36 23.9 6.29 -
YUV 131.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 174 125 50 0 0.28 0.71 0.32 36.29 0.55 0.44
Hex AE 7D 32 0 1C 47 20 24 37 2C
Octal 256 175 62 0 34 107 40 44 67 54
Binary 10101110 1111101 110010 0 11100 1000111 100000 100100 110111 101100

Color Harmonies of #AE7D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D32

Black with #AE7D32

Text Example


Text Example

White with #AE7D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D32; }

 p { color: rgb(174,125,50); }

 H1.HeaderClassName
 {
   color: #AE7D32;
 }
 .AnyTagClassName
 {
   color: #AE7D32;
 }
</style>

background-color css

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

 a { background-color: rgb(174,125,50); }

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

border-color css

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

 span { border-color: rgb(174,125,50); }

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