Html Css Color HEX #A4768D Mountbatten Pink

📋 copy color: '#A4768D'

red 164 ◦ green 118 ◦ blue 141

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

Shades of Mountbatten Pink #A4768D

Tints of Mountbatten Pink #A4768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.9%

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

R = 38.77%
G = 27.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4768D (or 0xA4768D) is known color: Mountbatten Pink. HEX triplet: A4, 76 and 8D. RGB value is (164,118,141). Sum of RGB (Red+Green+Blue) = 164+118+141=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4768D is #5B8972. Grayscale: #868686. Windows color (decimal): -5998963 or 9270948. OLE color: 9270948.

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

Color convert

RGB 164 118 141 -
CMYK 0 0.28 0.14 0.36
HSL 330º 0.2% 0.55% -
HSV(B) 330º 0.28% 0.64% -
XYZ 26.6 22.77 28.19 -
YUV 134.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 164 118 141 0 0.28 0.14 0.36 330 0.2 0.55
Hex A4 76 8D 0 1C E 24 14A 14 37
Octal 244 166 215 0 34 16 44 512 24 67
Binary 10100100 1110110 10001101 0 11100 1110 100100 101001010 10100 110111

Color Harmonies of #A4768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4768D

Black with #A4768D

Text Example


Text Example

White with #A4768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4768D; }

 p { color: rgb(164,118,141); }

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

background-color css

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

 a { background-color: rgb(164,118,141); }

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

border-color css

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

 span { border-color: rgb(164,118,141); }

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