Html Css Color HEX #A3788C Mountbatten Pink

📋 copy color: '#A3788C'

red 163 ◦ green 120 ◦ blue 140

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

Shades of Mountbatten Pink #A3788C

Tints of Mountbatten Pink #A3788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.37%

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 38.53%
G = 28.37%
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

#A3788C (or 0xA3788C) is known color: Mountbatten Pink. HEX triplet: A3, 78 and 8C. RGB value is (163,120,140). Sum of RGB (Red+Green+Blue) = 163+120+140=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3788C is #5C8773. Grayscale: #878787. Windows color (decimal): -6063988 or 9205923. OLE color: 9205923.

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

Color convert

RGB 163 120 140 -
CMYK 0 0.26 0.14 0.36
HSL 332.09º 0.19% 0.55% -
HSV(B) 332.09º 0.26% 0.64% -
XYZ 26.55 23.11 27.87 -
YUV 135.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 163 120 140 0 0.26 0.14 0.36 332.09 0.19 0.55
Hex A3 78 8C 0 1A E 24 14C 13 37
Octal 243 170 214 0 32 16 44 514 23 67
Binary 10100011 1111000 10001100 0 11010 1110 100100 101001100 10011 110111

Color Harmonies of #A3788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3788C

Black with #A3788C

Text Example


Text Example

White with #A3788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3788C; }

 p { color: rgb(163,120,140); }

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

background-color css

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

 a { background-color: rgb(163,120,140); }

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

border-color css

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

 span { border-color: rgb(163,120,140); }

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