Html Css Color HEX #A2728D Mountbatten Pink

📋 copy color: '#A2728D'

red 162 ◦ green 114 ◦ blue 141

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

Shades of Mountbatten Pink #A2728D

Tints of Mountbatten Pink #A2728D

RGB

 RED value IS 162 (63.67% from 255) = 38.85%

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

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

R = 38.85%
G = 27.34%
B = 33.81%

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

#A2728D (or 0xA2728D) is known color: Mountbatten Pink. HEX triplet: A2, 72 and 8D. RGB value is (162,114,141). Sum of RGB (Red+Green+Blue) = 162+114+141=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2728D is #5D8D72. Grayscale: #838383. Windows color (decimal): -6131059 or 9269922. OLE color: 9269922.

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

Color convert

RGB 162 114 141 -
CMYK 0 0.30 0.13 0.36
HSL 326.25º 0.21% 0.54% -
HSV(B) 326.25º 0.3% 0.64% -
XYZ 25.73 21.64 28.02 -
YUV 131.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 162 114 141 0 0.30 0.13 0.36 326.25 0.21 0.54
Hex A2 72 8D 0 1E D 24 146 15 36
Octal 242 162 215 0 36 15 44 506 25 66
Binary 10100010 1110010 10001101 0 11110 1101 100100 101000110 10101 110110

Color Harmonies of #A2728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2728D

Black with #A2728D

Text Example


Text Example

White with #A2728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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