Html Css Color HEX #A4798B Mountbatten Pink

📋 copy color: '#A4798B'

red 164 ◦ green 121 ◦ blue 139

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

Shades of Mountbatten Pink #A4798B

Tints of Mountbatten Pink #A4798B

RGB

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

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

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

R = 38.68%
G = 28.54%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4798B (or 0xA4798B) is known color: Mountbatten Pink. HEX triplet: A4, 79 and 8B. RGB value is (164,121,139). Sum of RGB (Red+Green+Blue) = 164+121+139=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A4798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4798B is #5B8674. Grayscale: #878787. Windows color (decimal): -5998197 or 9140644. OLE color: 9140644.

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

Color convert

RGB 164 121 139 -
CMYK 0 0.26 0.15 0.36
HSL 334.88º 0.19% 0.56% -
HSV(B) 334.88º 0.26% 0.64% -
XYZ 26.81 23.43 27.54 -
YUV 135.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 164 121 139 0 0.26 0.15 0.36 334.88 0.19 0.56
Hex A4 79 8B 0 1A F 24 14F 13 38
Octal 244 171 213 0 32 17 44 517 23 70
Binary 10100100 1111001 10001011 0 11010 1111 100100 101001111 10011 111000

Color Harmonies of #A4798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4798B

Black with #A4798B

Text Example


Text Example

White with #A4798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4798B; }

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

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

background-color css

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

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

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

border-color css

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

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

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