Html Css Color HEX #A4738C Mountbatten Pink

📋 copy color: '#A4738C'

red 164 ◦ green 115 ◦ blue 140

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

Shades of Mountbatten Pink #A4738C

Tints of Mountbatten Pink #A4738C

RGB

 RED value IS 164 (64.45% from 255) = 39.14%

 GREEN value IS 115 (45.31% from 255) = 27.45%

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 39.14%
G = 27.45%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4738C (or 0xA4738C) is known color: Mountbatten Pink. HEX triplet: A4, 73 and 8C. RGB value is (164,115,140). Sum of RGB (Red+Green+Blue) = 164+115+140=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4738C is #5B8C73. Grayscale: #848484. Windows color (decimal): -5999732 or 9204644. OLE color: 9204644.

HSL color Cylindrical-coordinate representation of color #A4738C: hue angle of 329.39º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4738C is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 140 -
CMYK 0 0.30 0.15 0.36
HSL 329.39º 0.21% 0.55% -
HSV(B) 329.39º 0.3% 0.64% -
XYZ 26.17 22.05 27.69 -
YUV 132.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 164 115 140 0 0.30 0.15 0.36 329.39 0.21 0.55
Hex A4 73 8C 0 1E F 24 149 15 37
Octal 244 163 214 0 36 17 44 511 25 67
Binary 10100100 1110011 10001100 0 11110 1111 100100 101001001 10101 110111

Color Harmonies of #A4738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4738C

Black with #A4738C

Text Example


Text Example

White with #A4738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4738C; }

 p { color: rgb(164,115,140); }

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

background-color css

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

 a { background-color: rgb(164,115,140); }

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

border-color css

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

 span { border-color: rgb(164,115,140); }

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