Html Css Color HEX #A9728F Mountbatten Pink

📋 copy color: '#A9728F'

red 169 ◦ green 114 ◦ blue 143

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

Shades of Mountbatten Pink #A9728F

Tints of Mountbatten Pink #A9728F

RGB

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

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

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

R = 39.67%
G = 26.76%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A9728F (or 0xA9728F) is known color: Mountbatten Pink. HEX triplet: A9, 72 and 8F. RGB value is (169,114,143). Sum of RGB (Red+Green+Blue) = 169+114+143=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9728F is #568D70. Grayscale: #858585. Windows color (decimal): -5672305 or 9401001. OLE color: 9401001.

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

Color convert

RGB 169 114 143 -
CMYK 0 0.33 0.15 0.34
HSL 328.36º 0.24% 0.55% -
HSV(B) 328.36º 0.33% 0.66% -
XYZ 27.34 22.45 28.88 -
YUV 133.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 169 114 143 0 0.33 0.15 0.34 328.36 0.24 0.55
Hex A9 72 8F 0 21 F 22 148 18 37
Octal 251 162 217 0 41 17 42 510 30 67
Binary 10101001 1110010 10001111 0 100001 1111 100010 101001000 11000 110111

Color Harmonies of #A9728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9728F

Black with #A9728F

Text Example


Text Example

White with #A9728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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