Html Css Color HEX #AE8325 Mandalay

📋 copy color: '#AE8325'

red 174 ◦ green 131 ◦ blue 37

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

Shades of Mandalay #AE8325

Tints of Mandalay #AE8325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.82%

R = 50.88%
G = 38.3%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE8325 (or 0xAE8325) is known color: Mandalay. HEX triplet: AE, 83 and 25. RGB value is (174,131,37). Sum of RGB (Red+Green+Blue) = 174+131+37=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8325 is #517CDA. Grayscale: #858585. Windows color (decimal): -5340379 or 2458542. OLE color: 2458542.

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

Color convert

RGB 174 131 37 -
CMYK 0 0.25 0.79 0.32
HSL 41.17º 0.65% 0.41% -
HSV(B) 41.17º 0.79% 0.68% -
XYZ 25.91 25.36 5.28 -
YUV 133.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 174 131 37 0 0.25 0.79 0.32 41.17 0.65 0.41
Hex AE 83 25 0 19 4F 20 29 41 29
Octal 256 203 45 0 31 117 40 51 101 51
Binary 10101110 10000011 100101 0 11001 1001111 100000 101001 1000001 101001

Color Harmonies of #AE8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8325

Black with #AE8325

Text Example


Text Example

White with #AE8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8325; }

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

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

background-color css

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

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

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

border-color css

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

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

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