Html Css Color HEX #AE7D34 Mandalay

📋 copy color: '#AE7D34'

red 174 ◦ green 125 ◦ blue 52

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

Shades of Mandalay #AE7D34

Tints of Mandalay #AE7D34

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 49.57%
G = 35.61%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE7D34 (or 0xAE7D34) is known color: Mandalay. HEX triplet: AE, 7D and 34. RGB value is (174,125,52). Sum of RGB (Red+Green+Blue) = 174+125+52=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D34 is #5182CB. Grayscale: #838383. Windows color (decimal): -5341900 or 3440046. OLE color: 3440046.

HSL color Cylindrical-coordinate representation of color #AE7D34: hue angle of 35.9º 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 #AE7D34 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 125 52 -
CMYK 0 0.28 0.70 0.32
HSL 35.9º 0.54% 0.44% -
HSV(B) 35.9º 0.7% 0.68% -
XYZ 25.41 23.91 6.53 -
YUV 131.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 174 125 52 0 0.28 0.70 0.32 35.9 0.54 0.44
Hex AE 7D 34 0 1C 46 20 24 36 2C
Octal 256 175 64 0 34 106 40 44 66 54
Binary 10101110 1111101 110100 0 11100 1000110 100000 100100 110110 101100

Color Harmonies of #AE7D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D34

Black with #AE7D34

Text Example


Text Example

White with #AE7D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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