Html Css Color HEX #AE7E37 Mandalay

📋 copy color: '#AE7E37'

red 174 ◦ green 126 ◦ blue 55

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

Shades of Mandalay #AE7E37

Tints of Mandalay #AE7E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.49%

R = 49.01%
G = 35.49%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE7E37 (or 0xAE7E37) is known color: Mandalay. HEX triplet: AE, 7E and 37. RGB value is (174,126,55). Sum of RGB (Red+Green+Blue) = 174+126+55=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E37 is #5181C8. Grayscale: #848484. Windows color (decimal): -5341641 or 3636910. OLE color: 3636910.

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

Color convert

RGB 174 126 55 -
CMYK 0 0.28 0.68 0.32
HSL 35.8º 0.52% 0.45% -
HSV(B) 35.8º 0.68% 0.68% -
XYZ 25.61 24.2 6.94 -
YUV 132.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 174 126 55 0 0.28 0.68 0.32 35.8 0.52 0.45
Hex AE 7E 37 0 1C 44 20 24 34 2D
Octal 256 176 67 0 34 104 40 44 64 55
Binary 10101110 1111110 110111 0 11100 1000100 100000 100100 110100 101101

Color Harmonies of #AE7E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E37

Black with #AE7E37

Text Example


Text Example

White with #AE7E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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