Html Css Color HEX #A96A8D Mountbatten Pink

📋 copy color: '#A96A8D'

red 169 ◦ green 106 ◦ blue 141

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

Shades of Mountbatten Pink #A96A8D

Tints of Mountbatten Pink #A96A8D

RGB

 RED value IS 169 (66.41% from 255) = 40.63%

 GREEN value IS 106 (41.8% from 255) = 25.48%

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 40.63%
G = 25.48%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A96A8D (or 0xA96A8D) is known color: Mountbatten Pink. HEX triplet: A9, 6A and 8D. RGB value is (169,106,141). Sum of RGB (Red+Green+Blue) = 169+106+141=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A8D is #569572. Grayscale: #808080. Windows color (decimal): -5674355 or 9267881. OLE color: 9267881.

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

Color convert

RGB 169 106 141 -
CMYK 0 0.37 0.17 0.34
HSL 326.67º 0.27% 0.54% -
HSV(B) 326.67º 0.37% 0.66% -
XYZ 26.32 20.67 27.8 -
YUV 128.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 169 106 141 0 0.37 0.17 0.34 326.67 0.27 0.54
Hex A9 6A 8D 0 25 11 22 147 1B 36
Octal 251 152 215 0 45 21 42 507 33 66
Binary 10101001 1101010 10001101 0 100101 10001 100010 101000111 11011 110110

Color Harmonies of #A96A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A8D

Black with #A96A8D

Text Example


Text Example

White with #A96A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A8D; }

 p { color: rgb(169,106,141); }

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

background-color css

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

 a { background-color: rgb(169,106,141); }

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

border-color css

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

 span { border-color: rgb(169,106,141); }

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