Html Css Color HEX #A3748D Mountbatten Pink

📋 copy color: '#A3748D'

red 163 ◦ green 116 ◦ blue 141

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

Shades of Mountbatten Pink #A3748D

Tints of Mountbatten Pink #A3748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 38.81%
G = 27.62%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3748D (or 0xA3748D) is known color: Mountbatten Pink. HEX triplet: A3, 74 and 8D. RGB value is (163,116,141). Sum of RGB (Red+Green+Blue) = 163+116+141=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3748D is #5C8B72. Grayscale: #848484. Windows color (decimal): -6065011 or 9270435. OLE color: 9270435.

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

Color convert

RGB 163 116 141 -
CMYK 0 0.29 0.13 0.36
HSL 328.09º 0.2% 0.55% -
HSV(B) 328.09º 0.29% 0.64% -
XYZ 26.16 22.2 28.11 -
YUV 132.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 163 116 141 0 0.29 0.13 0.36 328.09 0.2 0.55
Hex A3 74 8D 0 1D D 24 148 14 37
Octal 243 164 215 0 35 15 44 510 24 67
Binary 10100011 1110100 10001101 0 11101 1101 100100 101001000 10100 110111

Color Harmonies of #A3748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3748D

Black with #A3748D

Text Example


Text Example

White with #A3748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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