Html Css Color HEX #AE8326 Mandalay

📋 copy color: '#AE8326'

red 174 ◦ green 131 ◦ blue 38

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

Shades of Mandalay #AE8326

Tints of Mandalay #AE8326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 50.73%
G = 38.19%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE8326 (or 0xAE8326) is known color: Mandalay. HEX triplet: AE, 83 and 26. RGB value is (174,131,38). Sum of RGB (Red+Green+Blue) = 174+131+38=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8326 is #517CD9. Grayscale: #858585. Windows color (decimal): -5340378 or 2524078. OLE color: 2524078.

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

Color convert

RGB 174 131 38 -
CMYK 0 0.25 0.78 0.32
HSL 41.03º 0.64% 0.42% -
HSV(B) 41.03º 0.78% 0.68% -
XYZ 25.92 25.37 5.36 -
YUV 133.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 174 131 38 0 0.25 0.78 0.32 41.03 0.64 0.42
Hex AE 83 26 0 19 4E 20 29 40 2A
Octal 256 203 46 0 31 116 40 51 100 52
Binary 10101110 10000011 100110 0 11001 1001110 100000 101001 1000000 101010

Color Harmonies of #AE8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8326

Black with #AE8326

Text Example


Text Example

White with #AE8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8326; }

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

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

background-color css

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

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

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

border-color css

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

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

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