Html Css Color HEX #A3728D Mountbatten Pink

📋 copy color: '#A3728D'

red 163 ◦ green 114 ◦ blue 141

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

Shades of Mountbatten Pink #A3728D

Tints of Mountbatten Pink #A3728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 39%
G = 27.27%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3728D (or 0xA3728D) is known color: Mountbatten Pink. HEX triplet: A3, 72 and 8D. RGB value is (163,114,141). Sum of RGB (Red+Green+Blue) = 163+114+141=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3728D is #5C8D72. Grayscale: #838383. Windows color (decimal): -6065523 or 9269923. OLE color: 9269923.

HSL color Cylindrical-coordinate representation of color #A3728D: hue angle of 326.94º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3728D is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 114 141 -
CMYK 0 0.30 0.13 0.36
HSL 326.94º 0.21% 0.54% -
HSV(B) 326.94º 0.3% 0.64% -
XYZ 25.93 21.74 28.03 -
YUV 131.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 163 114 141 0 0.30 0.13 0.36 326.94 0.21 0.54
Hex A3 72 8D 0 1E D 24 147 15 36
Octal 243 162 215 0 36 15 44 507 25 66
Binary 10100011 1110010 10001101 0 11110 1101 100100 101000111 10101 110110

Color Harmonies of #A3728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3728D

Black with #A3728D

Text Example


Text Example

White with #A3728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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