Html Css Color HEX #A37D8F Mountbatten Pink

📋 copy color: '#A37D8F'

red 163 ◦ green 125 ◦ blue 143

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

Shades of Mountbatten Pink #A37D8F

Tints of Mountbatten Pink #A37D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

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

R = 37.82%
G = 29%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A37D8F (or 0xA37D8F) is known color: Mountbatten Pink. HEX triplet: A3, 7D and 8F. RGB value is (163,125,143). Sum of RGB (Red+Green+Blue) = 163+125+143=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37D8F is #5C8270. Grayscale: #8A8A8A. Windows color (decimal): -6062705 or 9403811. OLE color: 9403811.

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

Color convert

RGB 163 125 143 -
CMYK 0 0.23 0.12 0.36
HSL 331.58º 0.17% 0.56% -
HSV(B) 331.58º 0.23% 0.64% -
XYZ 27.4 24.44 29.26 -
YUV 138.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 163 125 143 0 0.23 0.12 0.36 331.58 0.17 0.56
Hex A3 7D 8F 0 17 C 24 14C 11 38
Octal 243 175 217 0 27 14 44 514 21 70
Binary 10100011 1111101 10001111 0 10111 1100 100100 101001100 10001 111000

Color Harmonies of #A37D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D8F

Black with #A37D8F

Text Example


Text Example

White with #A37D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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