Html Css Color HEX #A47D8F Mountbatten Pink

📋 copy color: '#A47D8F'

red 164 ◦ green 125 ◦ blue 143

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

Shades of Mountbatten Pink #A47D8F

Tints of Mountbatten Pink #A47D8F

RGB

 RED value IS 164 (64.45% from 255) = 37.96%

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

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

R = 37.96%
G = 28.94%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A47D8F (or 0xA47D8F) is known color: Mountbatten Pink. HEX triplet: A4, 7D and 8F. RGB value is (164,125,143). Sum of RGB (Red+Green+Blue) = 164+125+143=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D8F is #5B8270. Grayscale: #8A8A8A. Windows color (decimal): -5997169 or 9403812. OLE color: 9403812.

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

Color convert

RGB 164 125 143 -
CMYK 0 0.24 0.13 0.36
HSL 332.31º 0.18% 0.57% -
HSV(B) 332.31º 0.24% 0.64% -
XYZ 27.6 24.54 29.27 -
YUV 138.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 164 125 143 0 0.24 0.13 0.36 332.31 0.18 0.57
Hex A4 7D 8F 0 18 D 24 14C 12 39
Octal 244 175 217 0 30 15 44 514 22 71
Binary 10100100 1111101 10001111 0 11000 1101 100100 101001100 10010 111001

Color Harmonies of #A47D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D8F

Black with #A47D8F

Text Example


Text Example

White with #A47D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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