Html Css Color HEX #AE7E36 Mandalay

📋 copy color: '#AE7E36'

red 174 ◦ green 126 ◦ blue 54

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

Shades of Mandalay #AE7E36

Tints of Mandalay #AE7E36

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.59%

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 49.15%
G = 35.59%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE7E36 (or 0xAE7E36) is known color: Mandalay. HEX triplet: AE, 7E and 36. RGB value is (174,126,54). Sum of RGB (Red+Green+Blue) = 174+126+54=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E36 is #5181C9. Grayscale: #848484. Windows color (decimal): -5341642 or 3571374. OLE color: 3571374.

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

Color convert

RGB 174 126 54 -
CMYK 0 0.28 0.69 0.32
HSL 36º 0.53% 0.45% -
HSV(B) 36º 0.69% 0.68% -
XYZ 25.58 24.19 6.81 -
YUV 132.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 174 126 54 0 0.28 0.69 0.32 36 0.53 0.45
Hex AE 7E 36 0 1C 45 20 24 35 2D
Octal 256 176 66 0 34 105 40 44 65 55
Binary 10101110 1111110 110110 0 11100 1000101 100000 100100 110101 101101

Color Harmonies of #AE7E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E36

Black with #AE7E36

Text Example


Text Example

White with #AE7E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E36; }

 p { color: rgb(174,126,54); }

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

background-color css

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

 a { background-color: rgb(174,126,54); }

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

border-color css

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

 span { border-color: rgb(174,126,54); }

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