Html Css Color HEX #A3708D Mountbatten Pink

📋 copy color: '#A3708D'

red 163 ◦ green 112 ◦ blue 141

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

Shades of Mountbatten Pink #A3708D

Tints of Mountbatten Pink #A3708D

RGB

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

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

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

R = 39.18%
G = 26.92%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3708D (or 0xA3708D) is known color: Mountbatten Pink. HEX triplet: A3, 70 and 8D. RGB value is (163,112,141). Sum of RGB (Red+Green+Blue) = 163+112+141=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3708D is #5C8F72. Grayscale: #828282. Windows color (decimal): -6066035 or 9269411. OLE color: 9269411.

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

Color convert

RGB 163 112 141 -
CMYK 0 0.31 0.13 0.36
HSL 325.88º 0.22% 0.54% -
HSV(B) 325.88º 0.31% 0.64% -
XYZ 25.71 21.3 27.96 -
YUV 130.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 163 112 141 0 0.31 0.13 0.36 325.88 0.22 0.54
Hex A3 70 8D 0 1F D 24 146 16 36
Octal 243 160 215 0 37 15 44 506 26 66
Binary 10100011 1110000 10001101 0 11111 1101 100100 101000110 10110 110110

Color Harmonies of #A3708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3708D

Black with #A3708D

Text Example


Text Example

White with #A3708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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