Html Css Color HEX #AE812C Mandalay

📋 copy color: '#AE812C'

red 174 ◦ green 129 ◦ blue 44

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

Shades of Mandalay #AE812C

Tints of Mandalay #AE812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.18%

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 50.14%
G = 37.18%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE812C (or 0xAE812C) is known color: Mandalay. HEX triplet: AE, 81 and 2C. RGB value is (174,129,44). Sum of RGB (Red+Green+Blue) = 174+129+44=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE812C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE812C is #517ED3. Grayscale: #858585. Windows color (decimal): -5340884 or 2916782. OLE color: 2916782.

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

Color convert

RGB 174 129 44 -
CMYK 0 0.26 0.75 0.32
HSL 39.23º 0.6% 0.43% -
HSV(B) 39.23º 0.75% 0.68% -
XYZ 25.76 24.88 5.83 -
YUV 132.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 174 129 44 0 0.26 0.75 0.32 39.23 0.6 0.43
Hex AE 81 2C 0 1A 4B 20 27 3C 2B
Octal 256 201 54 0 32 113 40 47 74 53
Binary 10101110 10000001 101100 0 11010 1001011 100000 100111 111100 101011

Color Harmonies of #AE812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE812C

Black with #AE812C

Text Example


Text Example

White with #AE812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE812C; }

 p { color: rgb(174,129,44); }

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

background-color css

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

 a { background-color: rgb(174,129,44); }

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

border-color css

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

 span { border-color: rgb(174,129,44); }

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