#A96F8F

Color #A96F8F Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A96F8F

Tints of Mountbatten Pink #A96F8F

Color information

#A96F8F (or 0xA96F8F) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 6F and 8F. RGB value is (169,111,143). Sum of RGB (Red+Green+Blue) = 169+111+143=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96F8F is #569070. Grayscale: #838383. Windows color (decimal): -5673073 or 9400233. OLE color: 9400233.

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

Color convert

RGB169111143-
CMYK00.340.150.34
HSL326.9º25.22%54.9%-
HSV(B)326.9º34.32%66.27%-
XYZ2721.7928.77-
YUV131.99134.22154.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=39.95%
G=26.24%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911114300.340.150.34326.925.2254.9
HexA96F8F022F221471937
Octal25115721704217425073167
Binary101010011101111100011110100010111110001010100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F8F; }

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

 H1.HeaderClassName
 {
   color: #A96F8F;
 }
 .AnyTagClassName
 {
   color: #A96F8F;
 }
</style>
background-color css

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

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

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

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

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

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