Html Css Color HEX #A4728F Mountbatten Pink

📋 copy color: '#A4728F'

red 164 ◦ green 114 ◦ blue 143

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

Shades of Mountbatten Pink #A4728F

Tints of Mountbatten Pink #A4728F

RGB

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

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

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

R = 38.95%
G = 27.08%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4728F (or 0xA4728F) is known color: Mountbatten Pink. HEX triplet: A4, 72 and 8F. RGB value is (164,114,143). Sum of RGB (Red+Green+Blue) = 164+114+143=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4728F is #5B8D70. Grayscale: #848484. Windows color (decimal): -5999985 or 9400996. OLE color: 9400996.

HSL color Cylindrical-coordinate representation of color #A4728F: hue angle of 325.2º 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 #A4728F is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 143 -
CMYK 0 0.30 0.13 0.36
HSL 325.2º 0.22% 0.55% -
HSV(B) 325.2º 0.3% 0.64% -
XYZ 26.29 21.91 28.83 -
YUV 132.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 164 114 143 0 0.30 0.13 0.36 325.2 0.22 0.55
Hex A4 72 8F 0 1E D 24 145 16 37
Octal 244 162 217 0 36 15 44 505 26 67
Binary 10100100 1110010 10001111 0 11110 1101 100100 101000101 10110 110111

Color Harmonies of #A4728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4728F

Black with #A4728F

Text Example


Text Example

White with #A4728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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