Html Css Color HEX #AE7D3C Mandalay

📋 copy color: '#AE7D3C'

red 174 ◦ green 125 ◦ blue 60

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

Shades of Mandalay #AE7D3C

Tints of Mandalay #AE7D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 48.47%
G = 34.82%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE7D3C (or 0xAE7D3C) is known color: Mandalay. HEX triplet: AE, 7D and 3C. RGB value is (174,125,60). Sum of RGB (Red+Green+Blue) = 174+125+60=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D3C is #5182C3. Grayscale: #848484. Windows color (decimal): -5341892 or 3964334. OLE color: 3964334.

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

Color convert

RGB 174 125 60 -
CMYK 0 0.28 0.66 0.32
HSL 34.21º 0.49% 0.46% -
HSV(B) 34.21º 0.66% 0.68% -
XYZ 25.6 23.99 7.56 -
YUV 132.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 174 125 60 0 0.28 0.66 0.32 34.21 0.49 0.46
Hex AE 7D 3C 0 1C 42 20 22 31 2E
Octal 256 175 74 0 34 102 40 42 61 56
Binary 10101110 1111101 111100 0 11100 1000010 100000 100010 110001 101110

Color Harmonies of #AE7D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D3C

Black with #AE7D3C

Text Example


Text Example

White with #AE7D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D3C; }

 p { color: rgb(174,125,60); }

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

background-color css

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

 a { background-color: rgb(174,125,60); }

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

border-color css

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

 span { border-color: rgb(174,125,60); }

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