Html Css Color HEX #A47B8C Mountbatten Pink

📋 copy color: '#A47B8C'

red 164 ◦ green 123 ◦ blue 140

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

Shades of Mountbatten Pink #A47B8C

Tints of Mountbatten Pink #A47B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 38.41%
G = 28.81%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A47B8C (or 0xA47B8C) is known color: Mountbatten Pink. HEX triplet: A4, 7B and 8C. RGB value is (164,123,140). Sum of RGB (Red+Green+Blue) = 164+123+140=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B8C is #5B8473. Grayscale: #898989. Windows color (decimal): -5997684 or 9206692. OLE color: 9206692.

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

Color convert

RGB 164 123 140 -
CMYK 0 0.25 0.15 0.36
HSL 335.12º 0.18% 0.56% -
HSV(B) 335.12º 0.25% 0.64% -
XYZ 27.13 23.95 28 -
YUV 137.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 164 123 140 0 0.25 0.15 0.36 335.12 0.18 0.56
Hex A4 7B 8C 0 19 F 24 14F 12 38
Octal 244 173 214 0 31 17 44 517 22 70
Binary 10100100 1111011 10001100 0 11001 1111 100100 101001111 10010 111000

Color Harmonies of #A47B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B8C

Black with #A47B8C

Text Example


Text Example

White with #A47B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B8C; }

 p { color: rgb(164,123,140); }

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

background-color css

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

 a { background-color: rgb(164,123,140); }

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

border-color css

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

 span { border-color: rgb(164,123,140); }

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