Html Css Color HEX #AE7E24 Mandalay

📋 copy color: '#AE7E24'

red 174 ◦ green 126 ◦ blue 36

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

Shades of Mandalay #AE7E24

Tints of Mandalay #AE7E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 51.79%
G = 37.5%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE7E24 (or 0xAE7E24) is known color: Mandalay. HEX triplet: AE, 7E and 24. RGB value is (174,126,36). Sum of RGB (Red+Green+Blue) = 174+126+36=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E24 is #5181DB. Grayscale: #828282. Windows color (decimal): -5341660 or 2391726. OLE color: 2391726.

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

Color convert

RGB 174 126 36 -
CMYK 0 0.28 0.79 0.32
HSL 39.13º 0.66% 0.41% -
HSV(B) 39.13º 0.79% 0.68% -
XYZ 25.23 24.05 4.98 -
YUV 130.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 174 126 36 0 0.28 0.79 0.32 39.13 0.66 0.41
Hex AE 7E 24 0 1C 4F 20 27 42 29
Octal 256 176 44 0 34 117 40 47 102 51
Binary 10101110 1111110 100100 0 11100 1001111 100000 100111 1000010 101001

Color Harmonies of #AE7E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E24

Black with #AE7E24

Text Example


Text Example

White with #AE7E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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