Html Css Color HEX #A3738C Mountbatten Pink

📋 copy color: '#A3738C'

red 163 ◦ green 115 ◦ blue 140

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

Shades of Mountbatten Pink #A3738C

Tints of Mountbatten Pink #A3738C

RGB

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

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

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

R = 39%
G = 27.51%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3738C (or 0xA3738C) is known color: Mountbatten Pink. HEX triplet: A3, 73 and 8C. RGB value is (163,115,140). Sum of RGB (Red+Green+Blue) = 163+115+140=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3738C is #5C8C73. Grayscale: #848484. Windows color (decimal): -6065268 or 9204643. OLE color: 9204643.

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

Color convert

RGB 163 115 140 -
CMYK 0 0.29 0.14 0.36
HSL 328.75º 0.21% 0.55% -
HSV(B) 328.75º 0.29% 0.64% -
XYZ 25.97 21.94 27.68 -
YUV 132.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 163 115 140 0 0.29 0.14 0.36 328.75 0.21 0.55
Hex A3 73 8C 0 1D E 24 149 15 37
Octal 243 163 214 0 35 16 44 511 25 67
Binary 10100011 1110011 10001100 0 11101 1110 100100 101001001 10101 110111

Color Harmonies of #A3738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3738C

Black with #A3738C

Text Example


Text Example

White with #A3738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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