Html Css Color HEX #A3718A Mountbatten Pink

📋 copy color: '#A3718A'

red 163 ◦ green 113 ◦ blue 138

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

Shades of Mountbatten Pink #A3718A

Tints of Mountbatten Pink #A3718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 39.37%
G = 27.29%
B = 33.33%

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

#A3718A (or 0xA3718A) is known color: Mountbatten Pink. HEX triplet: A3, 71 and 8A. RGB value is (163,113,138). Sum of RGB (Red+Green+Blue) = 163+113+138=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A3718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3718A is #5C8E75. Grayscale: #828282. Windows color (decimal): -6065782 or 9073059. OLE color: 9073059.

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

Color convert

RGB 163 113 138 -
CMYK 0 0.31 0.15 0.36
HSL 330º 0.21% 0.54% -
HSV(B) 330º 0.31% 0.64% -
XYZ 25.6 21.43 26.83 -
YUV 130.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 163 113 138 0 0.31 0.15 0.36 330 0.21 0.54
Hex A3 71 8A 0 1F F 24 14A 15 36
Octal 243 161 212 0 37 17 44 512 25 66
Binary 10100011 1110001 10001010 0 11111 1111 100100 101001010 10101 110110

Color Harmonies of #A3718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3718A

Black with #A3718A

Text Example


Text Example

White with #A3718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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