Html Css Color HEX #A46F8F Mountbatten Pink

📋 copy color: '#A46F8F'

red 164 ◦ green 111 ◦ blue 143

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

Shades of Mountbatten Pink #A46F8F

Tints of Mountbatten Pink #A46F8F

RGB

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

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

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

R = 39.23%
G = 26.56%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A46F8F (or 0xA46F8F) is known color: Mountbatten Pink. HEX triplet: A4, 6F and 8F. RGB value is (164,111,143). Sum of RGB (Red+Green+Blue) = 164+111+143=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F8F is #5B9070. Grayscale: #828282. Windows color (decimal): -6000753 or 9400228. OLE color: 9400228.

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

Color convert

RGB 164 111 143 -
CMYK 0 0.32 0.13 0.36
HSL 323.77º 0.23% 0.54% -
HSV(B) 323.77º 0.32% 0.64% -
XYZ 25.95 21.24 28.72 -
YUV 130.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 164 111 143 0 0.32 0.13 0.36 323.77 0.23 0.54
Hex A4 6F 8F 0 20 D 24 144 17 36
Octal 244 157 217 0 40 15 44 504 27 66
Binary 10100100 1101111 10001111 0 100000 1101 100100 101000100 10111 110110

Color Harmonies of #A46F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F8F

Black with #A46F8F

Text Example


Text Example

White with #A46F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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