Html Css Color HEX #AE7C2F Mandalay

📋 copy color: '#AE7C2F'

red 174 ◦ green 124 ◦ blue 47

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

Shades of Mandalay #AE7C2F

Tints of Mandalay #AE7C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.62%

R = 50.43%
G = 35.94%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AE7C2F (or 0xAE7C2F) is known color: Mandalay. HEX triplet: AE, 7C and 2F. RGB value is (174,124,47). Sum of RGB (Red+Green+Blue) = 174+124+47=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C2F is #5183D0. Grayscale: #828282. Windows color (decimal): -5342161 or 3112110. OLE color: 3112110.

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

Color convert

RGB 174 124 47 -
CMYK 0 0.29 0.73 0.32
HSL 36.38º 0.57% 0.43% -
HSV(B) 36.38º 0.73% 0.68% -
XYZ 25.18 23.62 5.92 -
YUV 130.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 174 124 47 0 0.29 0.73 0.32 36.38 0.57 0.43
Hex AE 7C 2F 0 1D 49 20 24 39 2B
Octal 256 174 57 0 35 111 40 44 71 53
Binary 10101110 1111100 101111 0 11101 1001001 100000 100100 111001 101011

Color Harmonies of #AE7C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C2F

Black with #AE7C2F

Text Example


Text Example

White with #AE7C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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