Html Css Color HEX #AE7C31 Mandalay

📋 copy color: '#AE7C31'

red 174 ◦ green 124 ◦ blue 49

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

Shades of Mandalay #AE7C31

Tints of Mandalay #AE7C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 50.14%
G = 35.73%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE7C31 (or 0xAE7C31) is known color: Mandalay. HEX triplet: AE, 7C and 31. RGB value is (174,124,49). Sum of RGB (Red+Green+Blue) = 174+124+49=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C31 is #5183CE. Grayscale: #828282. Windows color (decimal): -5342159 or 3243182. OLE color: 3243182.

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

Color convert

RGB 174 124 49 -
CMYK 0 0.29 0.72 0.32
HSL 36º 0.56% 0.44% -
HSV(B) 36º 0.72% 0.68% -
XYZ 25.22 23.64 6.14 -
YUV 130.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 174 124 49 0 0.29 0.72 0.32 36 0.56 0.44
Hex AE 7C 31 0 1D 48 20 24 38 2C
Octal 256 174 61 0 35 110 40 44 70 54
Binary 10101110 1111100 110001 0 11101 1001000 100000 100100 111000 101100

Color Harmonies of #AE7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C31

Black with #AE7C31

Text Example


Text Example

White with #AE7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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