Html Css Color HEX #A3788B Mountbatten Pink

📋 copy color: '#A3788B'

red 163 ◦ green 120 ◦ blue 139

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

Shades of Mountbatten Pink #A3788B

Tints of Mountbatten Pink #A3788B

RGB

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

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

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

R = 38.63%
G = 28.44%
B = 32.94%

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

#A3788B (or 0xA3788B) is known color: Mountbatten Pink. HEX triplet: A3, 78 and 8B. RGB value is (163,120,139). Sum of RGB (Red+Green+Blue) = 163+120+139=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3788B is #5C8774. Grayscale: #868686. Windows color (decimal): -6063989 or 9140387. OLE color: 9140387.

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

Color convert

RGB 163 120 139 -
CMYK 0 0.26 0.15 0.36
HSL 333.49º 0.19% 0.55% -
HSV(B) 333.49º 0.26% 0.64% -
XYZ 26.48 23.08 27.49 -
YUV 135.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 163 120 139 0 0.26 0.15 0.36 333.49 0.19 0.55
Hex A3 78 8B 0 1A F 24 14D 13 37
Octal 243 170 213 0 32 17 44 515 23 67
Binary 10100011 1111000 10001011 0 11010 1111 100100 101001101 10011 110111

Color Harmonies of #A3788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3788B

Black with #A3788B

Text Example


Text Example

White with #A3788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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