Html Css Color HEX #A86992 Mountbatten Pink

📋 copy color: '#A86992'

red 168 ◦ green 105 ◦ blue 146

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

Shades of Mountbatten Pink #A86992

Tints of Mountbatten Pink #A86992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 40.1%
G = 25.06%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A86992 (or 0xA86992) is known color: Mountbatten Pink. HEX triplet: A8, 69 and 92. RGB value is (168,105,146). Sum of RGB (Red+Green+Blue) = 168+105+146=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A86992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86992 is #57966D. Grayscale: #808080. Windows color (decimal): -5740142 or 9595304. OLE color: 9595304.

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

Color convert

RGB 168 105 146 -
CMYK 0 0.38 0.13 0.34
HSL 320.95º 0.27% 0.54% -
HSV(B) 320.95º 0.38% 0.66% -
XYZ 26.39 20.5 29.76 -
YUV 128.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 168 105 146 0 0.38 0.13 0.34 320.95 0.27 0.54
Hex A8 69 92 0 26 D 22 141 1B 36
Octal 250 151 222 0 46 15 42 501 33 66
Binary 10101000 1101001 10010010 0 100110 1101 100010 101000001 11011 110110

Color Harmonies of #A86992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86992

Black with #A86992

Text Example


Text Example

White with #A86992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86992; }

 p { color: rgb(168,105,146); }

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

background-color css

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

 a { background-color: rgb(168,105,146); }

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

border-color css

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

 span { border-color: rgb(168,105,146); }

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