Html Css Color HEX #AE8232 Mandalay

📋 copy color: '#AE8232'

red 174 ◦ green 130 ◦ blue 50

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

Shades of Mandalay #AE8232

Tints of Mandalay #AE8232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 49.15%
G = 36.72%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE8232 (or 0xAE8232) is known color: Mandalay. HEX triplet: AE, 82 and 32. RGB value is (174,130,50). Sum of RGB (Red+Green+Blue) = 174+130+50=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8232 is #517DCD. Grayscale: #868686. Windows color (decimal): -5340622 or 3310254. OLE color: 3310254.

HSL color Cylindrical-coordinate representation of color #AE8232: hue angle of 38.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE8232 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 50 -
CMYK 0 0.25 0.71 0.32
HSL 38.71º 0.55% 0.44% -
HSV(B) 38.71º 0.71% 0.68% -
XYZ 26.01 25.19 6.51 -
YUV 134.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 174 130 50 0 0.25 0.71 0.32 38.71 0.55 0.44
Hex AE 82 32 0 19 47 20 27 37 2C
Octal 256 202 62 0 31 107 40 47 67 54
Binary 10101110 10000010 110010 0 11001 1000111 100000 100111 110111 101100

Color Harmonies of #AE8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8232

Black with #AE8232

Text Example


Text Example

White with #AE8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8232; }

 p { color: rgb(174,130,50); }

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

background-color css

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

 a { background-color: rgb(174,130,50); }

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

border-color css

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

 span { border-color: rgb(174,130,50); }

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