Html Css Color HEX #A37B8D Mountbatten Pink

📋 copy color: '#A37B8D'

red 163 ◦ green 123 ◦ blue 141

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

Shades of Mountbatten Pink #A37B8D

Tints of Mountbatten Pink #A37B8D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.81%

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

R = 38.17%
G = 28.81%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A37B8D (or 0xA37B8D) is known color: Mountbatten Pink. HEX triplet: A3, 7B and 8D. RGB value is (163,123,141). Sum of RGB (Red+Green+Blue) = 163+123+141=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37B8D is #5C8472. Grayscale: #888888. Windows color (decimal): -6063219 or 9272227. OLE color: 9272227.

HSL color Cylindrical-coordinate representation of color #A37B8D: hue angle of 333º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37B8D is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 123 141 -
CMYK 0 0.25 0.13 0.36
HSL 333º 0.18% 0.56% -
HSV(B) 333º 0.25% 0.64% -
XYZ 26.99 23.88 28.38 -
YUV 137.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 163 123 141 0 0.25 0.13 0.36 333 0.18 0.56
Hex A3 7B 8D 0 19 D 24 14D 12 38
Octal 243 173 215 0 31 15 44 515 22 70
Binary 10100011 1111011 10001101 0 11001 1101 100100 101001101 10010 111000

Color Harmonies of #A37B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B8D

Black with #A37B8D

Text Example


Text Example

White with #A37B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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