Html Css Color HEX #A9728D Mountbatten Pink

📋 copy color: '#A9728D'

red 169 ◦ green 114 ◦ blue 141

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

Shades of Mountbatten Pink #A9728D

Tints of Mountbatten Pink #A9728D

RGB

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

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

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

R = 39.86%
G = 26.89%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9728D (or 0xA9728D) is known color: Mountbatten Pink. HEX triplet: A9, 72 and 8D. RGB value is (169,114,141). Sum of RGB (Red+Green+Blue) = 169+114+141=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9728D is #568D72. Grayscale: #858585. Windows color (decimal): -5672307 or 9269929. OLE color: 9269929.

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

Color convert

RGB 169 114 141 -
CMYK 0 0.33 0.17 0.34
HSL 330.55º 0.24% 0.55% -
HSV(B) 330.55º 0.33% 0.66% -
XYZ 27.19 22.39 28.09 -
YUV 133.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 169 114 141 0 0.33 0.17 0.34 330.55 0.24 0.55
Hex A9 72 8D 0 21 11 22 14B 18 37
Octal 251 162 215 0 41 21 42 513 30 67
Binary 10101001 1110010 10001101 0 100001 10001 100010 101001011 11000 110111

Color Harmonies of #A9728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9728D

Black with #A9728D

Text Example


Text Example

White with #A9728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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