Html Css Color HEX #A46B8C Mountbatten Pink

📋 copy color: '#A46B8C'

red 164 ◦ green 107 ◦ blue 140

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

Shades of Mountbatten Pink #A46B8C

Tints of Mountbatten Pink #A46B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 39.9%
G = 26.03%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A46B8C (or 0xA46B8C) is known color: Mountbatten Pink. HEX triplet: A4, 6B and 8C. RGB value is (164,107,140). Sum of RGB (Red+Green+Blue) = 164+107+140=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B8C is #5B9473. Grayscale: #7F7F7F. Windows color (decimal): -6001780 or 9202596. OLE color: 9202596.

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

Color convert

RGB 164 107 140 -
CMYK 0 0.35 0.15 0.36
HSL 325.26º 0.24% 0.53% -
HSV(B) 325.26º 0.35% 0.64% -
XYZ 25.3 20.3 27.4 -
YUV 127.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 164 107 140 0 0.35 0.15 0.36 325.26 0.24 0.53
Hex A4 6B 8C 0 23 F 24 145 18 35
Octal 244 153 214 0 43 17 44 505 30 65
Binary 10100100 1101011 10001100 0 100011 1111 100100 101000101 11000 110101

Color Harmonies of #A46B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B8C

Black with #A46B8C

Text Example


Text Example

White with #A46B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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