Html Css Color HEX #A4718B Mountbatten Pink

📋 copy color: '#A4718B'

red 164 ◦ green 113 ◦ blue 139

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

Shades of Mountbatten Pink #A4718B

Tints of Mountbatten Pink #A4718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 39.42%
G = 27.16%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4718B (or 0xA4718B) is known color: Mountbatten Pink. HEX triplet: A4, 71 and 8B. RGB value is (164,113,139). Sum of RGB (Red+Green+Blue) = 164+113+139=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A4718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4718B is #5B8E74. Grayscale: #838383. Windows color (decimal): -6000245 or 9138596. OLE color: 9138596.

HSL color Cylindrical-coordinate representation of color #A4718B: hue angle of 329.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4718B is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 139 -
CMYK 0 0.31 0.15 0.36
HSL 329.41º 0.22% 0.54% -
HSV(B) 329.41º 0.31% 0.64% -
XYZ 25.88 21.57 27.23 -
YUV 131.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 164 113 139 0 0.31 0.15 0.36 329.41 0.22 0.54
Hex A4 71 8B 0 1F F 24 149 16 36
Octal 244 161 213 0 37 17 44 511 26 66
Binary 10100100 1110001 10001011 0 11111 1111 100100 101001001 10110 110110

Color Harmonies of #A4718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4718B

Black with #A4718B

Text Example


Text Example

White with #A4718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4718B; }

 p { color: rgb(164,113,139); }

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

background-color css

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

 a { background-color: rgb(164,113,139); }

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

border-color css

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

 span { border-color: rgb(164,113,139); }

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