Html Css Color HEX #A4728B Mountbatten Pink

📋 copy color: '#A4728B'

red 164 ◦ green 114 ◦ blue 139

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

Shades of Mountbatten Pink #A4728B

Tints of Mountbatten Pink #A4728B

RGB

 RED value IS 164 (64.45% from 255) = 39.33%

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

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 39.33%
G = 27.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4728B (or 0xA4728B) is known color: Mountbatten Pink. HEX triplet: A4, 72 and 8B. RGB value is (164,114,139). Sum of RGB (Red+Green+Blue) = 164+114+139=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4728B is #5B8D74. Grayscale: #838383. Windows color (decimal): -5999989 or 9138852. OLE color: 9138852.

HSL color Cylindrical-coordinate representation of color #A4728B: hue angle of 330º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4728B is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 139 -
CMYK 0 0.30 0.15 0.36
HSL 330º 0.22% 0.55% -
HSV(B) 330º 0.3% 0.64% -
XYZ 25.99 21.79 27.26 -
YUV 131.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 164 114 139 0 0.30 0.15 0.36 330 0.22 0.55
Hex A4 72 8B 0 1E F 24 14A 16 37
Octal 244 162 213 0 36 17 44 512 26 67
Binary 10100100 1110010 10001011 0 11110 1111 100100 101001010 10110 110111

Color Harmonies of #A4728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4728B

Black with #A4728B

Text Example


Text Example

White with #A4728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4728B; }

 p { color: rgb(164,114,139); }

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

background-color css

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

 a { background-color: rgb(164,114,139); }

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

border-color css

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

 span { border-color: rgb(164,114,139); }

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