Html Css Color HEX #AE8527 Mandalay

📋 copy color: '#AE8527'

red 174 ◦ green 133 ◦ blue 39

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

Shades of Mandalay #AE8527

Tints of Mandalay #AE8527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 50.29%
G = 38.44%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE8527 (or 0xAE8527) is known color: Mandalay. HEX triplet: AE, 85 and 27. RGB value is (174,133,39). Sum of RGB (Red+Green+Blue) = 174+133+39=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8527 is #517AD8. Grayscale: #868686. Windows color (decimal): -5339865 or 2590126. OLE color: 2590126.

HSL color Cylindrical-coordinate representation of color #AE8527: hue angle of 41.78º degrees, saturation: 0.63, 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 #AE8527 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 133 39 -
CMYK 0 0.24 0.78 0.32
HSL 41.78º 0.63% 0.42% -
HSV(B) 41.78º 0.78% 0.68% -
XYZ 26.21 25.92 5.54 -
YUV 134.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 174 133 39 0 0.24 0.78 0.32 41.78 0.63 0.42
Hex AE 85 27 0 18 4E 20 2A 3F 2A
Octal 256 205 47 0 30 116 40 52 77 52
Binary 10101110 10000101 100111 0 11000 1001110 100000 101010 111111 101010

Color Harmonies of #AE8527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8527

Black with #AE8527

Text Example


Text Example

White with #AE8527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8527; }

 p { color: rgb(174,133,39); }

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

background-color css

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

 a { background-color: rgb(174,133,39); }

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

border-color css

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

 span { border-color: rgb(174,133,39); }

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