Html Css Color HEX #A37B8F Mountbatten Pink

📋 copy color: '#A37B8F'

red 163 ◦ green 123 ◦ blue 143

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

Shades of Mountbatten Pink #A37B8F

Tints of Mountbatten Pink #A37B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 38%
G = 28.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A37B8F (or 0xA37B8F) is known color: Mountbatten Pink. HEX triplet: A3, 7B and 8F. RGB value is (163,123,143). Sum of RGB (Red+Green+Blue) = 163+123+143=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37B8F is #5C8470. Grayscale: #898989. Windows color (decimal): -6063217 or 9403299. OLE color: 9403299.

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

Color convert

RGB 163 123 143 -
CMYK 0 0.25 0.12 0.36
HSL 330º 0.18% 0.56% -
HSV(B) 330º 0.25% 0.64% -
XYZ 27.15 23.94 29.18 -
YUV 137.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 163 123 143 0 0.25 0.12 0.36 330 0.18 0.56
Hex A3 7B 8F 0 19 C 24 14A 12 38
Octal 243 173 217 0 31 14 44 512 22 70
Binary 10100011 1111011 10001111 0 11001 1100 100100 101001010 10010 111000

Color Harmonies of #A37B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B8F

Black with #A37B8F

Text Example


Text Example

White with #A37B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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