Html Css Color HEX #AE7C28 Mandalay

📋 copy color: '#AE7C28'

red 174 ◦ green 124 ◦ blue 40

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

Shades of Mandalay #AE7C28

Tints of Mandalay #AE7C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 51.48%
G = 36.69%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE7C28 (or 0xAE7C28) is known color: Mandalay. HEX triplet: AE, 7C and 28. RGB value is (174,124,40). Sum of RGB (Red+Green+Blue) = 174+124+40=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C28 is #5183D7. Grayscale: #818181. Windows color (decimal): -5342168 or 2653358. OLE color: 2653358.

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

Color convert

RGB 174 124 40 -
CMYK 0 0.29 0.77 0.32
HSL 37.61º 0.63% 0.42% -
HSV(B) 37.61º 0.77% 0.68% -
XYZ 25.05 23.57 5.24 -
YUV 129.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 174 124 40 0 0.29 0.77 0.32 37.61 0.63 0.42
Hex AE 7C 28 0 1D 4D 20 26 3F 2A
Octal 256 174 50 0 35 115 40 46 77 52
Binary 10101110 1111100 101000 0 11101 1001101 100000 100110 111111 101010

Color Harmonies of #AE7C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C28

Black with #AE7C28

Text Example


Text Example

White with #AE7C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C28; }

 p { color: rgb(174,124,40); }

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

background-color css

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

 a { background-color: rgb(174,124,40); }

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

border-color css

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

 span { border-color: rgb(174,124,40); }

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