Html Css Color HEX #A3718B Mountbatten Pink

📋 copy color: '#A3718B'

red 163 ◦ green 113 ◦ blue 139

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

Shades of Mountbatten Pink #A3718B

Tints of Mountbatten Pink #A3718B

RGB

 RED value IS 163 (64.06% from 255) = 39.28%

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

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

R = 39.28%
G = 27.23%
B = 33.49%

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

#A3718B (or 0xA3718B) is known color: Mountbatten Pink. HEX triplet: A3, 71 and 8B. RGB value is (163,113,139). Sum of RGB (Red+Green+Blue) = 163+113+139=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A3718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3718B is #5C8E74. Grayscale: #828282. Windows color (decimal): -6065781 or 9138595. OLE color: 9138595.

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

Color convert

RGB 163 113 139 -
CMYK 0 0.31 0.15 0.36
HSL 328.8º 0.21% 0.54% -
HSV(B) 328.8º 0.31% 0.64% -
XYZ 25.67 21.46 27.22 -
YUV 130.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 163 113 139 0 0.31 0.15 0.36 328.8 0.21 0.54
Hex A3 71 8B 0 1F F 24 149 15 36
Octal 243 161 213 0 37 17 44 511 25 66
Binary 10100011 1110001 10001011 0 11111 1111 100100 101001001 10101 110110

Color Harmonies of #A3718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3718B

Black with #A3718B

Text Example


Text Example

White with #A3718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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