Html Css Color HEX #A86D8F Mountbatten Pink

📋 copy color: '#A86D8F'

red 168 ◦ green 109 ◦ blue 143

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

Shades of Mountbatten Pink #A86D8F

Tints of Mountbatten Pink #A86D8F

RGB

 RED value IS 168 (66.02% from 255) = 40%

 GREEN value IS 109 (42.97% from 255) = 25.95%

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

R = 40%
G = 25.95%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A86D8F (or 0xA86D8F) is known color: Mountbatten Pink. HEX triplet: A8, 6D and 8F. RGB value is (168,109,143). Sum of RGB (Red+Green+Blue) = 168+109+143=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D8F is #579270. Grayscale: #828282. Windows color (decimal): -5739121 or 9399720. OLE color: 9399720.

HSL color Cylindrical-coordinate representation of color #A86D8F: hue angle of 325.42º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D8F is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 109 143 -
CMYK 0 0.35 0.15 0.34
HSL 325.42º 0.25% 0.54% -
HSV(B) 325.42º 0.35% 0.66% -
XYZ 26.58 21.25 28.69 -
YUV 130.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 168 109 143 0 0.35 0.15 0.34 325.42 0.25 0.54
Hex A8 6D 8F 0 23 F 22 145 19 36
Octal 250 155 217 0 43 17 42 505 31 66
Binary 10101000 1101101 10001111 0 100011 1111 100010 101000101 11001 110110

Color Harmonies of #A86D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86D8F

Black with #A86D8F

Text Example


Text Example

White with #A86D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86D8F; }

 p { color: rgb(168,109,143); }

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

background-color css

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

 a { background-color: rgb(168,109,143); }

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

border-color css

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

 span { border-color: rgb(168,109,143); }

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