Html Css Color HEX #A3748B Mountbatten Pink

📋 copy color: '#A3748B'

red 163 ◦ green 116 ◦ blue 139

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

Shades of Mountbatten Pink #A3748B

Tints of Mountbatten Pink #A3748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

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

R = 39%
G = 27.75%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3748B (or 0xA3748B) is known color: Mountbatten Pink. HEX triplet: A3, 74 and 8B. RGB value is (163,116,139). Sum of RGB (Red+Green+Blue) = 163+116+139=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3748B is #5C8B74. Grayscale: #848484. Windows color (decimal): -6065013 or 9139363. OLE color: 9139363.

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

Color convert

RGB 163 116 139 -
CMYK 0 0.29 0.15 0.36
HSL 330.64º 0.2% 0.55% -
HSV(B) 330.64º 0.29% 0.64% -
XYZ 26.01 22.14 27.33 -
YUV 132.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 163 116 139 0 0.29 0.15 0.36 330.64 0.2 0.55
Hex A3 74 8B 0 1D F 24 14B 14 37
Octal 243 164 213 0 35 17 44 513 24 67
Binary 10100011 1110100 10001011 0 11101 1111 100100 101001011 10100 110111

Color Harmonies of #A3748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3748B

Black with #A3748B

Text Example


Text Example

White with #A3748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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