Html Css Color HEX #A4798D Mountbatten Pink

📋 copy color: '#A4798D'

red 164 ◦ green 121 ◦ blue 141

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

Shades of Mountbatten Pink #A4798D

Tints of Mountbatten Pink #A4798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

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

R = 38.5%
G = 28.4%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4798D (or 0xA4798D) is known color: Mountbatten Pink. HEX triplet: A4, 79 and 8D. RGB value is (164,121,141). Sum of RGB (Red+Green+Blue) = 164+121+141=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A4798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4798D is #5B8672. Grayscale: #888888. Windows color (decimal): -5998195 or 9271716. OLE color: 9271716.

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

Color convert

RGB 164 121 141 -
CMYK 0 0.26 0.14 0.36
HSL 332.09º 0.19% 0.56% -
HSV(B) 332.09º 0.26% 0.64% -
XYZ 26.95 23.49 28.31 -
YUV 136.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 164 121 141 0 0.26 0.14 0.36 332.09 0.19 0.56
Hex A4 79 8D 0 1A E 24 14C 13 38
Octal 244 171 215 0 32 16 44 514 23 70
Binary 10100100 1111001 10001101 0 11010 1110 100100 101001100 10011 111000

Color Harmonies of #A4798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4798D

Black with #A4798D

Text Example


Text Example

White with #A4798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4798D; }

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

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

background-color css

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

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

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

border-color css

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

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

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