Html Css Color HEX #AE7C34 Mandalay

📋 copy color: '#AE7C34'

red 174 ◦ green 124 ◦ blue 52

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

Shades of Mandalay #AE7C34

Tints of Mandalay #AE7C34

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 49.71%
G = 35.43%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE7C34 (or 0xAE7C34) is known color: Mandalay. HEX triplet: AE, 7C and 34. RGB value is (174,124,52). Sum of RGB (Red+Green+Blue) = 174+124+52=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C34 is #5183CB. Grayscale: #838383. Windows color (decimal): -5342156 or 3439790. OLE color: 3439790.

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

Color convert

RGB 174 124 52 -
CMYK 0 0.29 0.70 0.32
HSL 35.41º 0.54% 0.44% -
HSV(B) 35.41º 0.7% 0.68% -
XYZ 25.28 23.66 6.48 -
YUV 130.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 174 124 52 0 0.29 0.70 0.32 35.41 0.54 0.44
Hex AE 7C 34 0 1D 46 20 23 36 2C
Octal 256 174 64 0 35 106 40 43 66 54
Binary 10101110 1111100 110100 0 11101 1000110 100000 100011 110110 101100

Color Harmonies of #AE7C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C34

Black with #AE7C34

Text Example


Text Example

White with #AE7C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C34; }

 p { color: rgb(174,124,52); }

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

background-color css

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

 a { background-color: rgb(174,124,52); }

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

border-color css

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

 span { border-color: rgb(174,124,52); }

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