Html Css Color HEX #A3778A Mountbatten Pink

📋 copy color: '#A3778A'

red 163 ◦ green 119 ◦ blue 138

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

Shades of Mountbatten Pink #A3778A

Tints of Mountbatten Pink #A3778A

RGB

 RED value IS 163 (64.06% from 255) = 38.81%

 GREEN value IS 119 (46.88% from 255) = 28.33%

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 38.81%
G = 28.33%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3778A (or 0xA3778A) is known color: Mountbatten Pink. HEX triplet: A3, 77 and 8A. RGB value is (163,119,138). Sum of RGB (Red+Green+Blue) = 163+119+138=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3778A is #5C8875. Grayscale: #868686. Windows color (decimal): -6064246 or 9074595. OLE color: 9074595.

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

Color convert

RGB 163 119 138 -
CMYK 0 0.27 0.15 0.36
HSL 334.09º 0.19% 0.55% -
HSV(B) 334.09º 0.27% 0.64% -
XYZ 26.29 22.82 27.06 -
YUV 134.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 163 119 138 0 0.27 0.15 0.36 334.09 0.19 0.55
Hex A3 77 8A 0 1B F 24 14E 13 37
Octal 243 167 212 0 33 17 44 516 23 67
Binary 10100011 1110111 10001010 0 11011 1111 100100 101001110 10011 110111

Color Harmonies of #A3778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3778A

Black with #A3778A

Text Example


Text Example

White with #A3778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3778A; }

 p { color: rgb(163,119,138); }

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

background-color css

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

 a { background-color: rgb(163,119,138); }

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

border-color css

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

 span { border-color: rgb(163,119,138); }

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