Html Css Color HEX #AE7C3D Mandalay

📋 copy color: '#AE7C3D'

red 174 ◦ green 124 ◦ blue 61

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

Shades of Mandalay #AE7C3D

Tints of Mandalay #AE7C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 48.47%
G = 34.54%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE7C3D (or 0xAE7C3D) is known color: Mandalay. HEX triplet: AE, 7C and 3D. RGB value is (174,124,61). Sum of RGB (Red+Green+Blue) = 174+124+61=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C3D is #5183C2. Grayscale: #848484. Windows color (decimal): -5342147 or 4029614. OLE color: 4029614.

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

Color convert

RGB 174 124 61 -
CMYK 0 0.29 0.65 0.32
HSL 33.45º 0.48% 0.46% -
HSV(B) 33.45º 0.65% 0.68% -
XYZ 25.51 23.75 7.65 -
YUV 131.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 174 124 61 0 0.29 0.65 0.32 33.45 0.48 0.46
Hex AE 7C 3D 0 1D 41 20 21 30 2E
Octal 256 174 75 0 35 101 40 41 60 56
Binary 10101110 1111100 111101 0 11101 1000001 100000 100001 110000 101110

Color Harmonies of #AE7C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C3D

Black with #AE7C3D

Text Example


Text Example

White with #AE7C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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