Html Css Color HEX #AE7A3C Mandalay

📋 copy color: '#AE7A3C'

red 174 ◦ green 122 ◦ blue 60

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

Shades of Mandalay #AE7A3C

Tints of Mandalay #AE7A3C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

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

R = 48.88%
G = 34.27%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE7A3C (or 0xAE7A3C) is known color: Mandalay. HEX triplet: AE, 7A and 3C. RGB value is (174,122,60). Sum of RGB (Red+Green+Blue) = 174+122+60=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A3C is #5185C3. Grayscale: #828282. Windows color (decimal): -5342660 or 3963566. OLE color: 3963566.

HSL color Cylindrical-coordinate representation of color #AE7A3C: hue angle of 32.63º 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 #AE7A3C is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 122 60 -
CMYK 0 0.30 0.66 0.32
HSL 32.63º 0.49% 0.46% -
HSV(B) 32.63º 0.66% 0.68% -
XYZ 25.23 23.24 7.43 -
YUV 130.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 174 122 60 0 0.30 0.66 0.32 32.63 0.49 0.46
Hex AE 7A 3C 0 1E 42 20 21 31 2E
Octal 256 172 74 0 36 102 40 41 61 56
Binary 10101110 1111010 111100 0 11110 1000010 100000 100001 110001 101110

Color Harmonies of #AE7A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A3C

Black with #AE7A3C

Text Example


Text Example

White with #AE7A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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