Html Css Color HEX #A6728F Mountbatten Pink

📋 copy color: '#A6728F'

red 166 ◦ green 114 ◦ blue 143

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

Shades of Mountbatten Pink #A6728F

Tints of Mountbatten Pink #A6728F

RGB

 RED value IS 166 (65.23% from 255) = 39.24%

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 39.24%
G = 26.95%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6728F (or 0xA6728F) is known color: Mountbatten Pink. HEX triplet: A6, 72 and 8F. RGB value is (166,114,143). Sum of RGB (Red+Green+Blue) = 166+114+143=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6728F is #598D70. Grayscale: #848484. Windows color (decimal): -5868913 or 9400998. OLE color: 9400998.

HSL color Cylindrical-coordinate representation of color #A6728F: hue angle of 326.54º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6728F is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 143 -
CMYK 0 0.31 0.14 0.35
HSL 326.54º 0.23% 0.55% -
HSV(B) 326.54º 0.31% 0.65% -
XYZ 26.7 22.12 28.85 -
YUV 132.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 166 114 143 0 0.31 0.14 0.35 326.54 0.23 0.55
Hex A6 72 8F 0 1F E 23 147 17 37
Octal 246 162 217 0 37 16 43 507 27 67
Binary 10100110 1110010 10001111 0 11111 1110 100011 101000111 10111 110111

Color Harmonies of #A6728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6728F

Black with #A6728F

Text Example


Text Example

White with #A6728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6728F; }

 p { color: rgb(166,114,143); }

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

background-color css

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

 a { background-color: rgb(166,114,143); }

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

border-color css

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

 span { border-color: rgb(166,114,143); }

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