Html Css Color HEX #A3708C Mountbatten Pink

📋 copy color: '#A3708C'

red 163 ◦ green 112 ◦ blue 140

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

Shades of Mountbatten Pink #A3708C

Tints of Mountbatten Pink #A3708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

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

R = 39.28%
G = 26.99%
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

#A3708C (or 0xA3708C) is known color: Mountbatten Pink. HEX triplet: A3, 70 and 8C. RGB value is (163,112,140). Sum of RGB (Red+Green+Blue) = 163+112+140=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A3708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3708C is #5C8F73. Grayscale: #828282. Windows color (decimal): -6066036 or 9203875. OLE color: 9203875.

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

Color convert

RGB 163 112 140 -
CMYK 0 0.31 0.14 0.36
HSL 327.06º 0.22% 0.54% -
HSV(B) 327.06º 0.31% 0.64% -
XYZ 25.63 21.27 27.57 -
YUV 130.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 163 112 140 0 0.31 0.14 0.36 327.06 0.22 0.54
Hex A3 70 8C 0 1F E 24 147 16 36
Octal 243 160 214 0 37 16 44 507 26 66
Binary 10100011 1110000 10001100 0 11111 1110 100100 101000111 10110 110110

Color Harmonies of #A3708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3708C

Black with #A3708C

Text Example


Text Example

White with #A3708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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