Html Css Color HEX #AE8034 Mandalay

📋 copy color: '#AE8034'

red 174 ◦ green 128 ◦ blue 52

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

Shades of Mandalay #AE8034

Tints of Mandalay #AE8034

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 49.15%
G = 36.16%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE8034 (or 0xAE8034) is known color: Mandalay. HEX triplet: AE, 80 and 34. RGB value is (174,128,52). Sum of RGB (Red+Green+Blue) = 174+128+52=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8034 is #517FCB. Grayscale: #858585. Windows color (decimal): -5341132 or 3440814. OLE color: 3440814.

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

Color convert

RGB 174 128 52 -
CMYK 0 0.26 0.70 0.32
HSL 37.38º 0.54% 0.44% -
HSV(B) 37.38º 0.7% 0.68% -
XYZ 25.79 24.68 6.65 -
YUV 133.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 174 128 52 0 0.26 0.70 0.32 37.38 0.54 0.44
Hex AE 80 34 0 1A 46 20 25 36 2C
Octal 256 200 64 0 32 106 40 45 66 54
Binary 10101110 10000000 110100 0 11010 1000110 100000 100101 110110 101100

Color Harmonies of #AE8034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8034

Black with #AE8034

Text Example


Text Example

White with #AE8034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8034; }

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

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

background-color css

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

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

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

border-color css

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

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

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