Html Css Color HEX #A9728E Mountbatten Pink

📋 copy color: '#A9728E'

red 169 ◦ green 114 ◦ blue 142

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

Shades of Mountbatten Pink #A9728E

Tints of Mountbatten Pink #A9728E

RGB

 RED value IS 169 (66.41% from 255) = 39.76%

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 39.76%
G = 26.82%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A9728E (or 0xA9728E) is known color: Mountbatten Pink. HEX triplet: A9, 72 and 8E. RGB value is (169,114,142). Sum of RGB (Red+Green+Blue) = 169+114+142=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9728E is #568D71. Grayscale: #858585. Windows color (decimal): -5672306 or 9335465. OLE color: 9335465.

HSL color Cylindrical-coordinate representation of color #A9728E: hue angle of 329.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9728E is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 114 142 -
CMYK 0 0.33 0.16 0.34
HSL 329.45º 0.24% 0.55% -
HSV(B) 329.45º 0.33% 0.66% -
XYZ 27.26 22.42 28.48 -
YUV 133.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 169 114 142 0 0.33 0.16 0.34 329.45 0.24 0.55
Hex A9 72 8E 0 21 10 22 149 18 37
Octal 251 162 216 0 41 20 42 511 30 67
Binary 10101001 1110010 10001110 0 100001 10000 100010 101001001 11000 110111

Color Harmonies of #A9728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9728E

Black with #A9728E

Text Example


Text Example

White with #A9728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9728E; }

 p { color: rgb(169,114,142); }

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

background-color css

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

 a { background-color: rgb(169,114,142); }

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

border-color css

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

 span { border-color: rgb(169,114,142); }

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