Html Css Color HEX #A4718D Mountbatten Pink

📋 copy color: '#A4718D'

red 164 ◦ green 113 ◦ blue 141

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

Shades of Mountbatten Pink #A4718D

Tints of Mountbatten Pink #A4718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 39.23%
G = 27.03%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4718D (or 0xA4718D) is known color: Mountbatten Pink. HEX triplet: A4, 71 and 8D. RGB value is (164,113,141). Sum of RGB (Red+Green+Blue) = 164+113+141=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4718D is #5B8E72. Grayscale: #838383. Windows color (decimal): -6000243 or 9269668. OLE color: 9269668.

HSL color Cylindrical-coordinate representation of color #A4718D: hue angle of 327.06º 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 #A4718D is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 141 -
CMYK 0 0.31 0.14 0.36
HSL 327.06º 0.22% 0.54% -
HSV(B) 327.06º 0.31% 0.64% -
XYZ 26.02 21.63 28 -
YUV 131.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 164 113 141 0 0.31 0.14 0.36 327.06 0.22 0.54
Hex A4 71 8D 0 1F E 24 147 16 36
Octal 244 161 215 0 37 16 44 507 26 66
Binary 10100100 1110001 10001101 0 11111 1110 100100 101000111 10110 110110

Color Harmonies of #A4718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4718D

Black with #A4718D

Text Example


Text Example

White with #A4718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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