Html Css Color HEX #AE6392 Mountbatten Pink

📋 copy color: '#AE6392'

red 174 ◦ green 99 ◦ blue 146

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

Shades of Mountbatten Pink #AE6392

Tints of Mountbatten Pink #AE6392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 41.53%
G = 23.63%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE6392 (or 0xAE6392) is known color: Mountbatten Pink. HEX triplet: AE, 63 and 92. RGB value is (174,99,146). Sum of RGB (Red+Green+Blue) = 174+99+146=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6392 is #519C6D. Grayscale: #7E7E7E. Windows color (decimal): -5348462 or 9593774. OLE color: 9593774.

HSL color Cylindrical-coordinate representation of color #AE6392: hue angle of 322.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6392 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 99 146 -
CMYK 0 0.43 0.16 0.32
HSL 322.4º 0.32% 0.54% -
HSV(B) 322.4º 0.43% 0.68% -
XYZ 27.11 20 29.63 -
YUV 126.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 174 99 146 0 0.43 0.16 0.32 322.4 0.32 0.54
Hex AE 63 92 0 2B 10 20 142 20 36
Octal 256 143 222 0 53 20 40 502 40 66
Binary 10101110 1100011 10010010 0 101011 10000 100000 101000010 100000 110110

Color Harmonies of #AE6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6392

Black with #AE6392

Text Example


Text Example

White with #AE6392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6392; }

 p { color: rgb(174,99,146); }

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

background-color css

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

 a { background-color: rgb(174,99,146); }

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

border-color css

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

 span { border-color: rgb(174,99,146); }

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