Html Css Color HEX #AE832E Mandalay

📋 copy color: '#AE832E'

red 174 ◦ green 131 ◦ blue 46

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

Shades of Mandalay #AE832E

Tints of Mandalay #AE832E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 49.57%
G = 37.32%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE832E (or 0xAE832E) is known color: Mandalay. HEX triplet: AE, 83 and 2E. RGB value is (174,131,46). Sum of RGB (Red+Green+Blue) = 174+131+46=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE832E is #517CD1. Grayscale: #868686. Windows color (decimal): -5340370 or 3048366. OLE color: 3048366.

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

Color convert

RGB 174 131 46 -
CMYK 0 0.25 0.74 0.32
HSL 39.84º 0.58% 0.43% -
HSV(B) 39.84º 0.74% 0.68% -
XYZ 26.07 25.43 6.12 -
YUV 134.17 78.25 156.41 -
System Red Green Blue C M Y K H S L
Decimal 174 131 46 0 0.25 0.74 0.32 39.84 0.58 0.43
Hex AE 83 2E 0 19 4A 20 28 3A 2B
Octal 256 203 56 0 31 112 40 50 72 53
Binary 10101110 10000011 101110 0 11001 1001010 100000 101000 111010 101011

Color Harmonies of #AE832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE832E

Black with #AE832E

Text Example


Text Example

White with #AE832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE832E; }

 p { color: rgb(174,131,46); }

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

background-color css

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

 a { background-color: rgb(174,131,46); }

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

border-color css

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

 span { border-color: rgb(174,131,46); }

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