Html Css Color HEX #A46F89 Mountbatten Pink

📋 copy color: '#A46F89'

red 164 ◦ green 111 ◦ blue 137

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

Shades of Mountbatten Pink #A46F89

Tints of Mountbatten Pink #A46F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 39.81%
G = 26.94%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A46F89 (or 0xA46F89) is known color: Mountbatten Pink. HEX triplet: A4, 6F and 89. RGB value is (164,111,137). Sum of RGB (Red+Green+Blue) = 164+111+137=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F89 is #5B9076. Grayscale: #818181. Windows color (decimal): -6000759 or 9007012. OLE color: 9007012.

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

Color convert

RGB 164 111 137 -
CMYK 0 0.32 0.16 0.36
HSL 330.57º 0.23% 0.54% -
HSV(B) 330.57º 0.32% 0.64% -
XYZ 25.51 21.07 26.39 -
YUV 129.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 164 111 137 0 0.32 0.16 0.36 330.57 0.23 0.54
Hex A4 6F 89 0 20 10 24 14B 17 36
Octal 244 157 211 0 40 20 44 513 27 66
Binary 10100100 1101111 10001001 0 100000 10000 100100 101001011 10111 110110

Color Harmonies of #A46F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F89

Black with #A46F89

Text Example


Text Example

White with #A46F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F89; }

 p { color: rgb(164,111,137); }

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

background-color css

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

 a { background-color: rgb(164,111,137); }

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

border-color css

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

 span { border-color: rgb(164,111,137); }

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